website logo
Contact Us
⌘K
🌐Sense of Space
Introduction
📶3D Streaming System
Introduction & Benefits
Client Implementations
Technical Limitations
Server Requirements
🧊3D Streaming Platform
Upload and Convert a 3D Model
How to Use the Conversion API
🧩Integrations Guides
🤖Unreal Engine
🕹️Unity Engine
🦊Mozilla Hubs
✴️PlayCanvas
🔺Three.js
🅰️A-Frame
🔶Babylon.js
🌍Embed to an HTML page
⚛️Extras
Volumetric Video Integrations
Docs powered by archbee 
3min

Usage



To use the Sense of Space geometry streaming in Babylon JS you will need to include the following script tag in your html in addition to your Babylon JS:

HTML
|




Now you need to define the following model parameters (described in Supported Parameters) :

JS
|


You can list only necessary parameters, or miss this part at all (then the streamer will use the default parameters listed in Supported Parameters).



Now you can add one or more streamable models to your scene by calling createStreamableModel with data, scene and camera as parameters:

JS
|




After that you need to get a modelStreamer object and add its update function at the render loop. E.g.

JS
|








Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Supported Parameters
Docs powered by archbee