A camera range object is used to set the near and far clipping planes of its parent camera. Distances are measured in the direction defined by the camera vector, which is normal to both clipping planes.
View angle aspect camera, view plane camera, orthographic camera. A camera placement object always has a parent object.
Container (
ViewPlaneCamera ( ... )
CameraPlacement ( ... )
CameraRange (
.01 # hither
75 # yon
)
)