You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
Create scenery viewer with moving camera (ie imagine in each community scene, a button to "review" a new page where people can see automatic camera movement inspection ... )
The text was updated successfully, but these errors were encountered:
You can probably start using something like this c-frame/aframe-cursor-teleport#55
and in the editor, define a sequence of points of interest with position with rotation, and move to the next point automatically. Maybe a change would be needed to define the animation duration based on the distance between the two points.
Or something like https://github.com/protyze/aframe-alongpath-component that seems to do just that.
It's a single camera entity with a component that handles all the movement and 'switching'. There's a list of "shots", where each shot is defined as a starting position, end position, looking direction (or lookAt target), fov and a duration. Each tick the component simply updates all the properties on the camera. If a shot ended, the next position and orientation will be that of the next shot, creating the illusion that it switched to a "different camera".
Ideas from @rostyslavnahornyi from @kfarr's notes
The text was updated successfully, but these errors were encountered: