Constructor
new ReflectorNode( parameters : Object )
Constructs a new reflector node.
| parameters |
An object holding configuration parameters. Default is
|
Properties
.reflector : ReflectorBaseNode
A reference to the internal reflector node.
Methods
.dispose()
Frees internal resources. Should be called when the node is no longer in use.
- Overrides: TextureNode#dispose
.getDepthNode() : Node
Returns a node representing the mirror's depth. That can be used to implement more advanced reflection effects like distance attenuation.
- Returns: The depth node.