Skip to content

Documentation / scene / readZHairUints

Function: readZHairUints()

readZHairUints(parsed, ref): Uint32Array

Defined in: libs/scene/src/asset/loaders/zhair/zhair_format.ts:371

Copies a uint32 array out of the payload.

Parameters

parsed

ParsedZHair

The opened file.

ref

ZHairBufferRef

Where the array sits, from the manifest.

Returns

Uint32Array

A copy of the array.

Released under the MIT License.