@twinfinity/core
    Preparing search index...

    Type Alias CameraProjection

    CameraProjection: "perspective" | "orthographic"

    CameraProjection can have one of two strings.

    • 'perspective' = normal geometry scale by distance.
    • 'orthographic' = isometric view projection where distance to camera does not affect object scale.