CopyMaterial
Extends:
three~ShaderMaterial → CopyMaterial
A simple copy shader material.
Constructor Summary
Public Constructor | ||
public |
Constructs a new copy material. |
Member Summary
Public Members | ||
public set |
inputBuffer: Texture The input buffer. |
Method Summary
Public Methods | ||
public |
getOpacity(value: *): Number this method was deprecated. Use opacity instead.
Returns the opacity. |
|
public |
setInputBuffer(value: Number) this method was deprecated. Use inputBuffer instead.
Sets the input buffer. |
|
public |
setOpacity(value: Number) this method was deprecated. Use opacity instead.
Sets the opacity. |
Public Constructors
Public Members
Public Methods
public getOpacity(value: *): Number source
this method was deprecated. Use opacity instead.
Returns the opacity.
Params:
Name | Type | Attribute | Description |
value | * |