Show / Hide Table of Contents

Enum ProjectionMethod

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

Namespace: Fusee.Engine.Core.Scene
Assembly: Fusee.Engine.Core.dll
Syntax
public enum ProjectionMethod

Fields

Name Description
Orthographic

Orthographic projection method.

Perspective

Perspective projection method.

Generated by DocFX
GitHub Repo
Back to top