Previously a production blog for my final year project ( you can still find the old posts of WIP images) YOu have stumbled across a collection of knick knacks and tutorials for 3D CG...

Tuesday, October 6, 2009

Random noise makes the world go round

X_TRANS.rotateZ=noise(time)*10
X_TRANS.rotateZ=noise(time*e)*10
X_TRANS.translateX=noise((time-1)*2)*.2
X_TRANS.translateX=noise(time*1)*0.1

No comments:

Post a Comment