eugeneloza / decoherence

Project moved to https://gitlab.com/EugeneLoza/decoherence
GNU General Public License v3.0
10 stars 7 forks source link

Improve anisotropic smoothing #574

Open eugeneloza opened 6 years ago

eugeneloza commented 6 years ago

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;