We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
i am not sure if this is reported.
In astc_toplevel.cpp(line 1883), pre-set dblimit for 3d textures for "-fast" option is not set.
dblimit_autoset_2d = MAX(85 - 35 * log10_texels_2d, 63 - 19 * log10_texels_2d);
dblimit_autoset_2d = MAX(85 - 35 * log10_texels_3d, 63 - 19 * log10_texels_3d);
Thanks,
rohit
You're absolutely right, well spotted.
I'll get that amended and it should be in the next release.
-Stacy