interface GeometryChunk {
    count: number;
    offset: number;
}

Properties

Properties

count: number
offset: number