Constructor
new ArrayCamera( array : Array.<PerspectiveCamera> )
Constructs a new array camera.
| array |
An array of perspective sub cameras. Default is |
Properties
.cameras : Array.<PerspectiveCamera>
An array of perspective sub cameras.
.isArrayCamera : boolean (readonly)
This flag can be used for type testing.
Default is true.
.isMultiViewCamera : boolean (readonly)
Whether this camera is used with multiview rendering or not.
Default is false.