-
3D corkscrew that i can fly a camera thru
In a nutshell I am flying down into the top of a swirly chocolate shake (still image)… In the shake there is a ‘party’ going on…
I want to creat a 3D spiral that i can travel down (sort of like thru a tunnel but i’d like a clear ledge where products can sit) along the way there will be products that I will have auto orient toward the camera. The main animation will come from the camera but I don’t know how to create the spiral in good enough 3D to pull off the look.
I am very well versed in AE and would like to hear anyone/everyones advice on how to make something really cool.
I know this can be done in Maya but I don’t have the time or budget to go that route…
I am an expression idiot so please treat me as such…
I found this expression but have no idea how to apply it… Does it go in the position of a single layer somehow??
I tried and just get errors 🙁diameter = 200;//pixels
zBegin = -1000;//pixels
zEnd = 1000;//pixels
spinRate = 2;//Adjust this until you like it
beginTime = 0;//seconds
endTime = 5;//seconds
//–
x = diamter * Math.sin(time * spinRate);
y = diamter * Math.cos(time* spinRate);
z = linear(time, beginTime, endTime, zBegin, zEnd);
[x, y, z]