PerspectiveProjection constructor

PerspectiveProjection()

Creates a default perspective projection which should be suitable for most use cases.

Implementation

factory PerspectiveProjection() => PerspectiveProjection.fromDepth(10000, 10);