Integrations Guides
Three.js
1min
three js is a widely used, lightweight, cross browser, general purpose 3d library written in javascript based on webgl sense of space model streaming is integrated with three js, so that you can add streamable assets to three js based web sites, applications and games 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've created at least one streamable model, you can get the model streamer by calling getmodelstreamer to get started see usage https //docs senseofspace io/usage