Nexus is a JavaScript library that uses WebGL to render interactive 3D digital twins.
It provides an API to:
Nexus.create({
containerId: 'nexusContainer',
clientId: 'demo',
configId: 'rooms'
});
This example will instanciate the predefined configuration rooms
in the <div id="nexusContainer" />
To get started with your own twin, you need a clientId
and a configId
.
You can use the demo above for testing purposes.
The configId
is linked to a configuration which defines:
Once we've setup your building, we can use your scene anywhere and either: