Ooobjects

OOOBjects variable

Object containing helpers for creating meshes and materials in accordance with the internal pipeline of the engine

Signature:

OOOBjects: {
    PipeLineMesh: typeof PipeLineMesh;
    InstancedPipelineMesh: typeof InstancedPipelineMesh;
    InstancedGeometry: typeof InstancedGeometry;
    InstancedBasicMaterial: typeof InstancedBasic;
    InstancedStandardMaterial: typeof InstancedStandard;
    InstancedDepthMaterial: typeof InstancedShadow;
}