Home Reference Source
import {SMAABlendMaterial} from 'postprocessing/src/materials/SMAABlendMaterial.js'
public class | source

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:

NameTypeAttributeDescription
texelSize Vector2
  • optional

The absolute screen texel size.