originalnicodr / CinematicUnityExplorer

UnityExplorer mod fork focused on providing tools for creating marketing material for Unity games.
GNU General Public License v3.0
111 stars 11 forks source link

Refactor CatmullRom quaternion operations #64

Open originalnicodr opened 8 months ago

originalnicodr commented 8 months ago

Describe the issue

When I first wrote the CatmullRom class I didn't know much about quaternions and how to operate with them, and did a ton of conversions between quaternions and Vector4 to do stuff like interpolations. We should refactor this to instead use Quaternion products for these operations.

originalnicodr commented 4 months ago

Maybe looking at what has been done here could be useful