gwanyan-interactive-grassland - v0.1.0
    Preparing search index...

    Bundles the major rendering primitives together so the application layer can stay focused on orchestration instead of low-level setup details.

    interface RenderingContext {
        scene: Scene;
        camera: PerspectiveCamera;
        renderer: WebGLRenderer;
        orbitControls: OrbitControls;
    }
    Index

    Properties

    scene: Scene
    camera: PerspectiveCamera
    renderer: WebGLRenderer
    orbitControls: OrbitControls