Open CommanderTvis opened 2 years ago
OK, I will try, but we need to check if it will affect performance for large geometries.
OK, I will try, but we need to check if it will affect performance for large geometries.
Maybe there just should be an option to disable it?
Yes, it is possible. We can pass almost any option through Canvas3DOptions
or its specialized descendant.
As for my PC, current WebGLRenderer usages result in quite a visible aliasing, so an explicit FXAA shader should be considered.
There are also other options like SMAA, SSAA, TAA.
Usage example for FXAA: