Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 1.87 KB

nna_humanoid_limits.adoc

File metadata and controls

66 lines (52 loc) · 1.87 KB

nna.humanoid.limits

Specifies rotation limits for humanoid bones. If this is not specified for a humanoid bone, application defined default values will be used.

Name

Name Part Type Description Required Default

$HuLim

literal

processor name

Y

-

P{min},{max}

2x float

Rotation limits for the primary axis

N

-

S{min},{max}

2x float

Rotation limits for the secondary axis

N

-

T{min},{max}

2x float

Rotation limits for the twist axis.

N

-

BL{bone-length}

float

Bone length, same meaning as in nna.bone_length

N

-

Example
FingerLittle1$HuLimH-55,55V-60,60T-25,25BL0.2.L

Json

Key Type Description Required Default

p_min

float

Rotation min-limit for the primary axis

N

-

p_max

float

Rotation max-limit for the primary axis

N

-

s_min

float

Rotation min-limit for the secondary axis

N

-

s_max

float

Rotation max-limit for the secondary axis

N

-

t_min

float

Twist rotation min-limit

N

-

t_max

float

Twist rotation max-limit

N

-

bone_length

float

Bone length, same meaning as in nna.bone_length

N

-

Example

{
	"t": "nna.humanoid.limits",
	"p_min": -55,
	"p_max": 55,
	"t_min": -25,
	"t_max": 25
}