Skip to content

Documentation / loaders / StrandUpAxis

Type Alias: StrandUpAxis

StrandUpAxis = "y" | "z"

Defined in: libs/loaders/src/curves/upaxis.ts:24

Up axis of a source's coordinate system.

Remarks

Names the convention the data is in, not the one it is converted to; the target is always the engine's Y-up. y therefore means "already correct, leave it alone".

Released under the MIT License.