OpenKCC
OpenKCC copied to clipboard
Optimize Capsule Collider Cast Hit
Optimize the Capsule Collider Cast Hit class to no longer allocate new memory after initialization.
Remove any instances of the word new
and change any phsyics operations to use a constant array to calculate the physics raycast, capsule cast, and capsule overlap operations.