3d animation help

Good morning everyone,

I would like to know how do I do to move the camera inside a Photo Sphere, to perform a course inside a 3d, similar to the design of the project of tom and jerry?

Thanks by the att.

Hi There,

I spoke with the creative team who worked on the project and while they can’t share the project or any of the code directly as it was a client project they did give the following description of how they implemented it:

What we essentially wanted was a group that rotated according to the angle of the camera. You can determine this angle by placing an invisible photo sphere inside an AttitudeOrient group. A raycaster is then attached relative to the camera and the photo sphere is setup for collisions with the raycaster. By using these two, you can determine the angle that the user is turning the phone and move another group accordingly.

Hopefully, this helps :slight_smile:

Mark