Skip to content

Geometry.setWasmTangents

Summary

Geometry.setWasmTangents() borrows packed four-float tangent records from WebAssembly memory.

Syntax

Geometry.setWasmTangents(source: WasmMemoryView<Float32Array> | null, options?: GeometryWasmAttributeOptions): void

See Also