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

CameraPath Animation Missing from Examples Index #23

Closed
ghost opened this issue Jan 2, 2016 · 1 comment
Closed

CameraPath Animation Missing from Examples Index #23

ghost opened this issue Jan 2, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 2, 2016

The spline-based camera path animation is very cool. Its link seems to be missing from the examples index.html page.

@xeolabs
Copy link
Owner

xeolabs commented Jan 4, 2016

Actually that particular animation functionality is not yet complete enough to link that example - I need to find a way to animate the up vector on the Camera's Lookat transform with respect to the curve.

At the moment, only the Lookat's eye and look are being tweened along the curve, with up remaining pointed in its initial direction, so the up can become non-orthogonal with respect to eye and look, which is bad news for various Camera movements that depend on that orthogonality (for example KeyboardPanCamera, which pans along eye, look and up).

I'll probably copy how THREE.js animates up on their curves.

@xeolabs xeolabs closed this as completed Aug 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant