Logo Mibo

BonePose Module

Query functions for BonePose.

Functions and values

Function or value Description

tryGetWorld name mesh pose

Full Usage: tryGetWorld name mesh pose

Parameters:
Returns: Matrix voption
Modifiers: inline

Get the model-space world transform of a bone by name. Returns ValueNone when the mesh has no bone with that name.

name : string
mesh : AnimatedMesh
pose : BonePose
Returns: Matrix voption

worldAt index pose

Full Usage: worldAt index pose

Parameters:
Returns: Matrix voption
Modifiers: inline

Get the model-space world transform of a bone by index, bounds-checked. Returns ValueNone when index is outside the pose.

index : int
pose : BonePose
Returns: Matrix voption

Type something to start searching.