SMAA

new SuperMap3D.SMAA()

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

enabled : Boolean

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