-
Creating Rotating Earth Vector with Zoom-In Effect
I can’t find a satisfactory solution to this animation problem so far, so maybe the vets can help me out.
I want to create a rotating white and gray vector globe in 3D space, then zoom in on a specific area as that country fills in blue, WHILE THE GLOBE IS ROTATING. So by the time the camera is fully zoomed in the city will have in effect rotated itself to meet the camera’s end-point.
CC Sphere rasterizes vectors into bitmaps by default so I can’t maintain the resolution I want while zooming in. The country has to be filled in with color during this whole animation with some sort of paint spill effect. I see three basic ways to go about doing this…
1. Turn a vector into a globe somehow and precomp the paint spill animation
2. Use a huge, huge image and precomp the paint spill animation
3. Use a 3D object, don’t know how to do the paint spillAny advice on how to create a huge but simple “vector” 3D globe zoom animation while filling in a country with paint, would be much appreciated. 🙂 I want the globe to look like a 3D shaded object floating in white space, not just a vector. So if the globe is hollow I’d like to know how to shade the inside of the globe or if it’s not hollow if I could find some way to raise the land off the ocean by making it slightly 3D? Thanks!
