autk-map / ILayerGeometry
Interface: ILayerGeometry
Defined in: interfaces.ts:91
Interface for layer geometry information.
Properties
indices?
optionalindices?:number[]
Defined in: interfaces.ts:94
Optional array of indices for the geometry.
normal?
optionalnormal?:number[]
Defined in: interfaces.ts:93
Optional array of normals for the geometry.
position
position:
number[]
Defined in: interfaces.ts:92
Array of positions for the geometry.
texCoord?
optionaltexCoord?:number[]
Defined in: interfaces.ts:95
Optional array of texture coordinates for the geometry.