API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceGeometryOptions

@codexo/exojs / rendering / stable

Construction options for Geometry.

6
props
0
methods
0
events
Import
import { GeometryOptions } from '@codexo/exojs'

Construction options for Geometry.

Properties6
indices?: Uint16Array<ArrayBufferLike> | Uint32Array<ArrayBufferLike> | null
stride: number
vertexData: ArrayBuffer | Float32Array<ArrayBufferLike>
Source