UNPKG

@itwin/core-frontend

Version:
14 lines 402 B
/** @packageDocumentation * @module Rendering */ import { FeatureIndex, QParams3d } from "@itwin/core-common"; /** @internal */ export interface PointCloudArgs { positions: Uint8Array | Uint16Array | Float32Array; qparams: QParams3d; colors: Uint8Array; features: FeatureIndex; voxelSize: number; colorFormat: "bgr" | "rgb"; } //# sourceMappingURL=PointCloudPrimitive.d.ts.map