Integrations Guides
Babylon.js
2min
You can use Sense of Space Streamable models with Babylon.js.
The plugin consists of two objects:
- Streamable model
- A single model being streamed
- Model streamer
- A module responsible for handling the streaming of the models
- The model streamer needs to be notified every frame
In the basic workflow you would start by creating a streamable model by calling createStreamableModel. This will automatically create a model streamer if it's not there yet.
After you have created at least one streamable model, you can get the model streamer by calling getModelStreamer.
The next sections shows you step by step how to use the Babylon.js plugin.