The anti-aliasing class is a post-processing algorithm similar to FXAA provided by Cesium.
Example:
scene.postProcessStages.smaa.enable=true;
scene.postProcessStages.fxaa.enable=false;
Members
-
Whether to enable the SMAA anti-aliasing function, the default is not enabled