Skip to content

Intermact API Reference / @intermact/core / SampledPoints3D

Interface: SampledPoints3D

Defined in: packages/core/src/object/geometry-provider.ts:95

A sampled point cloud (positions, optional per-point scalar for coloring).

Properties

positions

readonly positions: Float32Array

Defined in: packages/core/src/object/geometry-provider.ts:97

Interleaved point positions [x,y,z,...].


scalars?

readonly optional scalars?: Float32Array<ArrayBufferLike>

Defined in: packages/core/src/object/geometry-provider.ts:99

Optional per-point scalar in [0,1] for color-ramp mapping.

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)