OutlineMaterial
Extends:
three~ShaderMaterial → OutlineMaterial
An outline shader material.
Constructor Summary
Public Constructor | ||
public |
constructor(texelSize: Vector2) Constructs a new outline 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 material.
Params:
Name | Type | Attribute | Description |
texelSize | Vector2 |
|
The screen texel size. |