forked from illectro/CameraTools
-
Notifications
You must be signed in to change notification settings - Fork 7
Pathing Mode
BrettRyland edited this page May 28, 2023
·
3 revisions
A camera mode where the position and orientation of the camera follows a given path.
--- under construction ---
These paths can be created / adjusted / played back through the various options.
- Various interpolation modes are supported:
- Position can be interpolated linearly or via cubic splines.
- Orientation can be interpolated linearly, via cubic splines component-wise or via spherical linear interpolation (Slerp).
- ...
- ...