Three

Use three to expose the global state of your Threejs application.

<br
    x-3.three.camera
    x-3.$position.z="0"
/>

State properties

NameDescriptionType

camera

Camera

THREE.PerspectiveCamera

renderer

Renderer

THREE.WebGLRenderer

scene

Scene

THREE.Scene

Last updated