Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Improve anisotropic smoothing #574

Open
eugeneloza opened this issue May 15, 2018 · 0 comments
Open

Improve anisotropic smoothing #574

eugeneloza opened this issue May 15, 2018 · 0 comments

Comments

@eugeneloza
Copy link
Owner

michalis - Today at 10:44 PM
Note: Instead of

TextureProperties.FdMagnificationFilter.Value := 'DEFAULT';
TextureProperties.FdMinificationFilter.Value := 'DEFAULT';

one can use this (since CGE 6.4 or 6.2):

TextureProperties.MagnificationFilter := magDefault;
TextureProperties.MinificationFilter := minDefault;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant