API Reference
Scene Runtime
String3DScene, String3DRenderer, String3DSynchronizer, String3DCamera, and String3DObject responsibilities.
Scene Runtime
These classes are exported because advanced integrations sometimes need them directly.
Main classes
String3DScenecreates and stores objectsString3DRendererowns frame outputString3DSynchronizermaps DOM state to scene stateString3DCameramanages projection and screen-to-world helpersString3DObjectwraps a scene object plus geometry and material metadata
Use case
Most integrations do not instantiate these classes directly. They become useful when you are extending the runtime, testing a custom provider, or instrumenting advanced behavior.