NodeCamera constructor

NodeCamera(
  1. Node node,
  2. CameraProjection projection
)

Creates a camera that tracks node with the given projection.

Implementation

NodeCamera(this.node, this.projection);