Skip to content

Documentation / scene / SpringPoseReinitializeOptions

Interface: SpringPoseReinitializeOptions

Defined in: libs/scene/src/animation/spring/multi_chain_spring_system.ts:48

Options used when rebuilding runtime spring state from the current node pose.

Properties

recomputeAnchorOffsets?

optional recomputeAnchorOffsets?: boolean

Defined in: libs/scene/src/animation/spring/multi_chain_spring_system.ts:50

Recompute maintained anchor offsets against runtime-remapped anchor nodes.


recalculateRestLengths?

optional recalculateRestLengths?: boolean

Defined in: libs/scene/src/animation/spring/multi_chain_spring_system.ts:52

Recompute structural and inter-chain rest lengths from the current pose.

Released under the MIT License.