addGlobalRotModifier

open fun addGlobalRotModifier(@NotNull predicate: @NotNull BonePredicate, @NotNull mapper: @NotNull (Quaternionf) -> Quaternionf): Boolean

Adds a global rotation modifier to matching bones.

Return

true if any bones were modified

Since

3.0.0

Parameters

predicate

the predicate to select bones

mapper

the rotation mapping function