Interface AntiAliasingParams

Parameters for an AntiAliasing.

interface AntiAliasingParams {
    enabled?: boolean;
    mode?: AntiAliasingMode;
}

Properties

Properties

enabled?: boolean

Whether this component is enabled.

AA mode. Default is "smaa" so high-quality AA is on by default when the renderer supports it.