branchrust_reboot/main/bc_better_scalingcancel

11 Commits over 0 Days - Infinitycph!

38 Days Ago
frontier hazmat warning spam fix
39 Days Ago
fixed frontier hazmat skin constraint setup on right side
39 Days Ago
setup BC controller bone retargeting on some assets for proper alignment with playermodel states
39 Days Ago
cleaned up alignment with player states so that we're not using arbitrary axes, relies on proper bone retargeting of the BC controller
39 Days Ago
merge from main
39 Days Ago
merge from main
39 Days Ago
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
40 Days Ago
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
40 Days Ago
assign proper scaling root to spawned charms in skin viewer
40 Days Ago
merge from main
40 Days Ago
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