GltfCameraType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if the camera uses a perspective or orthographic projection. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/camera.schema.json
public enum class GltfCameraType
public enum GltfCameraType
type GltfCameraType =
Public Enum GltfCameraType
- Inheritance
-
GltfCameraType
Fields
| orthographic | 1 | |
| perspective | 0 |