Type:SkinnedBounds

From Resonite Wiki
Revision as of 08:58, 6 September 2021 by imported>ProbablePrime (ProbablePrime moved page Category:Types:SkinnedBounds to Types:SkinnedBounds)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SkinnedBounds is an enum for determining how SkinnedMeshRenderer calculates the bounds of the animating mesh.

More information on Discord, via Frooxius

Enum
Name Description
Static Bounds are calculated once, based on the mesh itself.
Proxy Uses the calculated bounds from an external SkinnedMeshRenderer
FastDisjointRootApproximate Bounds are calculated by merging bones into disjoint groups, and calculating their animated bounding boxes.
MediumPerBoneApproximate Bounds are calculated from the bounding box of each bone in the mesh individually.
SlowRealtimeAccurate Bounds are calculated from the skinned mesh itself, resulting in very accurate (but slow!) collisions.