new FrustumCommands
Defines a list of commands whose geometry are bound by near and far distances from the camera.
Parameters:
| Name | Type | Argument | Default | Description | 
|---|---|---|---|---|
| near | Number | <optional> | 0.0 | The lower bound or closest distance from the camera. | 
| far | Number | <optional> | 0.0 | The upper bound or farthest distance from the camera. | 
Source:
Members
- 
    far :Number
- 
    
    The upper bound or farthest distance from the camera.- Default Value:
- 0.0
 
 
- 
    near :Number
- 
    
    The lower bound or closest distance from the camera.- Default Value:
- 0.0
 
 
- 
    opaqueCommands :Array
- 
    
    The list of opaque commands.- Default Value:
- []
 
 
- 
    translucentCommands :Array
- 
    
    The list of translucent commands.- Default Value:
- []
 
 
