FrustumCommands

FrustumCommands

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.

Members

commands :Array

The list of commands.

far :Number

The upper bound or farthest distance from the camera.

near :Number

The lower bound or closest distance from the camera.