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
Integrations Guides

Babylon.js

3min

You can use Sense of Space Streamable models with Babylon.js.

Plugin Structure

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.

īģŋ

īģŋ

īģŋ

īģŋ

īģŋ

Updated 03 Mar 2023
Did this page help you?
PREVIOUS
A-Frame
NEXT
Usage
Docs powered by
Archbee
TABLE OF CONTENTS
Plugin Structure
Docs powered by
Archbee