import {SMAABlendMaterial} from 'postprocessing/src/materials/SMAABlendMaterial.js'
SMAABlendMaterial
Extends:
three~ShaderMaterial → SMAABlendMaterial
Subpixel Morphological Antialiasing.
This material is used to render the final antialiasing.
Constructor Summary
Public Constructor | ||
public |
constructor(texelSize: Vector2) Constructs a new SMAA blend material. |
Public Constructors
public constructor(texelSize: Vector2) source
Constructs a new SMAA blend material.
Params:
Name | Type | Attribute | Description |
texelSize | Vector2 |
|
The absolute screen texel size. |