SMAA

new Cesium.SMAA()

The anti-aliasing class is a post-stage processing algorithm similar to the FXAA provided by Cesium.
Example:
scene.postProcessStages.smaa.enable=true;
scene.postProcessStages.fxaa.enable=false;

Members

enabled : Boolean

Whether to enable the SMAA anti-aliasing function, the default is not to open