world.three
Three.js is a popular JavaScript library and API that's used to make and display animated 3D graphics in a web browser. You can directly leverage additional functionality provided by three.js via world.three
.
Properties
Property | Type | Description |
---|---|---|
scene | three | Entry point for three.js API. |
renderer | WebGLRenderer | The three.js renderer. |
activeCamera | camera | Handle to the active camera. |
entityToObject | Map<Eid, Object3D> | Map of entities to three.js objects. |