API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceMeshGeometryData
@codexo/exojs / math / stable
Raw mesh data produced by geometry builders. `vertices` is a flat `Float32Array` of `(x, y)` pairs, `indices` is a triangle list for indexed rendering, and `points` is the original outline/perimeter path as a flat number array.
3
props
0
methods
0
events
Import
import { MeshGeometryData } from '@codexo/exojs'Raw mesh data produced by geometry builders. `vertices` is a flat `Float32Array` of `(x, y)` pairs, `indices` is a triangle list for indexed rendering, and `points` is the original outline/perimeter path as a flat number array.
Properties3
indices: Uint16Arraypoints: number[]vertices: Float32ArraySource