import {OutlineEdgesMaterial} from 'postprocessing/src/materials/OutlineEdgesMaterial.js'
OutlineEdgesMaterial
Extends:
three~ShaderMaterial → OutlineEdgesMaterial
An outline edge detection shader material.
Constructor Summary
Public Constructor | ||
public |
constructor(texelSize: Vector2) Constructs a new outline edge detection material. |
Method Summary
Public Methods | ||
public |
setTexelSize(x: Number, y: Number) Sets the texel size. |
Public Constructors
public constructor(texelSize: Vector2) source
Constructs a new outline edge detection material.
Params:
Name | Type | Attribute | Description |
texelSize | Vector2 |
|
The absolute screen texel size. |