NodeCamera constructor
- Node node,
- CameraProjection projection
Creates a camera that tracks node with the given projection.
Implementation
NodeCamera(this.node, this.projection);
Creates a camera that tracks node with the given projection.
NodeCamera(this.node, this.projection);