-
Expressions and Camera Movements
I need some hand holding here……I have 40 stills set up and stacked in a cube-like manner (front, back, left, right, then stacked ten high, like a ten story building). The next thing i need to do is to animate a camera, essentially to circle this “building” while ascending it. What would be the best way to accomplish this? Or script it?
I’ve pilfered this script “[Math.sin(time)*100,120,Math.cos(time)*1000]” from a tutorial, it doesn’t quite circle the building, it does a more half moon. I’ve then tried taking a null object and run it up the center of this “building” and tried to attach the camera to it to accomplish the ascending portion of the movement……thats not working.
Am i going about this correct? What am i doing wrong? What kind of expressions should i be using?
I hope this makes sense
cheers
-mc