home *** CD-ROM | disk | FTP | other *** search
- # Example for !Shapes
- # Draws a toroid
-
- RangeA= 0 , 2*PI
- RangeB= 0 , 2*PI
- StepsA=40
- StepsB=15
- FuncX=(1+0.3*COS(B))*COS(A)
- FuncY=0.3*SIN(B)
- FuncZ=(1+0.3*COS(B))*SIN(A)
- RangeX= -1.2 , 1.2
- RangeY= -1.2 , 1.2
- PixelsX=500
- PixelsY=250
- Frames=1
- ScaleX=1
- ScaleY=1
- ScaleZ=1
- RotateX=30
- RotateY=40
- RotateZ=0
- Infinity=100
- Zero=0
-