branchrust_reboot/main/bc_better_scalingcancel
11 Commits over 0 Days - Infinitycph!
frontier hazmat warning spam fix
fixed frontier hazmat skin constraint setup on right side
setup BC controller bone retargeting on some assets for proper alignment with playermodel states
cleaned up alignment with player states so that we're not using arbitrary axes, relies on proper bone retargeting of the BC controller
simpler solution using space transformation without creating a new sim-space
- root motion stored as a snapshot and lerped rather than using accumulated deltas, true stability
- root motion of 0 now behaves perfectly with rotation, helping keep VM much more stable
better scale handling, handles scale outside of direct controller->origin transform chain, with early exit to avoid extra work on non-scaled chains (majorative case)
- also improvements to FrameUpdate overhead
assign proper scaling root to spawned charms in skin viewer
Move bc simulation into its own unit-scale sim-space using a basis of either the controller transform or the VM transform
- allows simulation to not be affected by VM-scaling, should be significantly more stable