interface CanonicalMeshUrl {
    geometry: string;
    localID: number;
    model: Model;
    temporary: undefined;
    type: GLTF_URL;
}

Hierarchy (View Summary)

Properties

geometry: string
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.

type: GLTF_URL