Show / Hide Table of Contents

Enum ProjectionMethod

Used to define the Projection method of a FusCamera. Defines how the projection matrix is calculated.

Namespace: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public enum ProjectionMethod

Fields

Name Description
Orthographic

Orthographic projection method.

Perspective

Perspective projection method.

Generated by DocFX
GitHub Repo
Back to top