API reference
API reference
Select your platform
No SDKs available
No versions available

SceneModel Enum

Defines the scene model versions used when loading scene data.
Scene models represent different versions of the spatial data format. When loading scene data from the device, you can specify which version to use based on your application's requirements.

See Also

    Signature

    enum SceneModel : Enum<SceneModel> 

    Enumeration Constants

    MemberDescription
    V1
    Legacy scene model version
    V2
    Current scene model version with improved features
    V2_FALLBACK_V1
    Attempts to use V2, falls back to V1 if unavailable
    Did you find this page helpful?