from math import *
numPoints = 200
amplitude = 1
for i in range (0,numPoints,1) : # (start, end, increment)
x = i + 3*i
y = cos (i)*amplitude*10
z = i*x*.001 + y*0.0001 +1
myPoint = [x,y,z]
cmds.spaceLocator (p=myPoint)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment