PerspectiveProjection()

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

Source

factory PerspectiveProjection() {
  return new PerspectiveProjection.fromDepth(10000, 10);
}