Show / Hide Table of Contents

    Enum GltfCameraType

    Specifies if the camera uses a perspective or orthographic projection. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/camera.schema.json

    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
    Assembly: cs.temp.dll.dll
    Syntax
    public enum GltfCameraType

    Fields

    Name Description
    orthographic
    perspective
    Back to top Generated by DocFX