Skip to content

autk-map


autk-map / ILayerGeometry

Interface: ILayerGeometry

Defined in: interfaces.ts:91

Interface for layer geometry information.

Properties

indices?

optional indices?: number[]

Defined in: interfaces.ts:94

Optional array of indices for the geometry.


normal?

optional normal?: 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?

optional texCoord?: number[]

Defined in: interfaces.ts:95

Optional array of texture coordinates for the geometry.

Released under the MIT License.