originalnicodr / CinematicUnityExplorer

UnityExplorer fork focused on providing tools for creating marketing material for Unity games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor CatmullRom quaternion operations

originalnicodr opened this issue · comments

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.