tmpvar / livecad

live coding of 3d surfaces and objects
livecad.wtf
53 stars 2 forks source link

Names #10

Closed distransient closed 9 years ago

distransient commented 9 years ago

Syntax:

name: assignment

Example:

mySphere: sphere 1 0 5 0
transform 10 0 0 mySphere

myRectangles: range 0 10 -> rectangle ($) 0 0 1 1 1
myRectangles -> transform 0 0 5