|
|
On Fri, 11 Jul 2003 09:54:04 -0500, "Steve Shelby" <ssh### [at] rexnetnet> wrote:
>object is scale 1, the second is scale 1.04, trans .01*X.
#local ObjectOrg = object{ ... }
#local Object = ObjectOrg;
#local Counter = 0;
#while (Counter<Iterations)
#local Object = union{
object{ ObjectOrg }
object{ Object scale 1.04 translate .01*X}
}
#local Counter = Counter + 1;
#end
> any of you have any suggestions?
helped ?
ABX
Post a reply to this message
|
|