Type Alias SceneModelUpdateMode

SceneModelUpdateMode: "auto" | "static" | "dynamic"

Renderer-neutral update intent for a SceneModel.

This describes what kind of model the application is creating. Renderers use it to choose backend-specific storage, update and rendering policies, but the SceneModel does not depend on any renderer API.