SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ProjectionType

This Struct defines camera projection type.

Enumerator
Perspective 

perspective

Orthographic 

orthographic

Definition at line 17 of file Camera.h.

18 {
22 Perspective = 0,
23
27 Orthographic = 1,
28 };
@ Orthographic
orthographic
Definition Camera.h:27
@ Perspective
perspective
Definition Camera.h:22