Anti-aliasing 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 SMAA anti-aliasing function, the default is not to enable