locar
    Preparing search index...

    Interface ThreeObjects

    Interface representing existing three.js objects if you want to pass them in from elsewhere (e.g. react-three-fiber)

    interface ThreeObjects {
        camera: PerspectiveCamera;
        renderer: WebGLRenderer;
        scene: Scene;
    }
    Index
    camera: PerspectiveCamera

    the three.js camera

    renderer: WebGLRenderer

    the three.js renderer

    scene: Scene

    the three.js scene