-
Rotating an image in 3D space always facing camera?
I’m animating a ball that I made with cc sphere, meaning it’s a 2D image basically.
(to make it render faster, I animated the cc sphere out in a movie file and imported into the project)
I’m looking for a similar solution to auto-orient face camera, but since I’m not animating the camera this doesn’t seem to work
I’m spinning it around in 3D space in a horizontal circle – I’m using a null for this, since I want to the ball to get closer to the center over time.
It’s basically a planet rotating (it’s in the movie) that rotates around the sun
When I rotate the null, the image also turns revealing it’s a flat image.
Since I’m not animating my camera but the image – is there a way to have the image always facing front?Any direction would be much appreciated.
Cheers, Dan