Interface CanonicalMeshGLBBuffer

interface CanonicalMeshGLBBuffer {
    geometry: ArrayBuffer;
    localID: number;
    model: Model;
    temporary: undefined;
    type: GLB_BUFFER;
}

Hierarchy (View Summary)

Properties

geometry: ArrayBuffer
localID: number
model: Model
temporary: undefined

This is true if this is not final geometry, some geometry is only kept for intermediate calculation purposes, and is removed, if it is not final.