Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor CatmullRom quaternion operations #64

Open
originalnicodr opened this issue Mar 9, 2024 · 1 comment
Open

Refactor CatmullRom quaternion operations #64

originalnicodr opened this issue Mar 9, 2024 · 1 comment
Assignees
Labels
camera paths Anything related to the camera paths feature refactor

Comments

@originalnicodr
Copy link
Owner

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 originalnicodr added camera paths Anything related to the camera paths feature refactor labels Mar 9, 2024
@originalnicodr
Copy link
Owner Author

Maybe looking at what has been done here could be useful

@originalnicodr originalnicodr self-assigned this Nov 25, 2024
@originalnicodr originalnicodr pinned this issue Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
camera paths Anything related to the camera paths feature refactor
Projects
None yet
Development

No branches or pull requests

1 participant