Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: iToo_Butler on October 17, 2014, 11:43:59 AM

Title: Building a wall with random size bricks
Post by: iToo_Butler on October 17, 2014, 11:43:59 AM
Hello.

How can i build a wall which is contructed of different size bricks, but so it has no gaps. You can see below that the wall has gaps in between each brick. My simple setup is top right. I've tried adding padding and exporting a transform with fixed scales but not succeeded!

(https://dl.dropboxusercontent.com/u/137523/Rail%20Clone%20Wall.jpg)

Maxfile

https://www.dropbox.com/s/vz31w0jpvbt7ll9/Rail%20Clone%20Wall.max?dl=0 (https://www.dropbox.com/s/vz31w0jpvbt7ll9/Rail%20Clone%20Wall.max?dl=0)

Thanks in advance
Title: Re: Building a wall with random size bricks
Post by: Rokas on October 17, 2014, 01:07:11 PM
You cant.
Sorry- nobody can.

It`s not possible to have bricks of  different BOTH width AND length.

All bricks must share common width OR length.
Title: Re: Building a wall with random size bricks
Post by: Paul Roberts on October 17, 2014, 01:34:12 PM
Hi,

Thanks for the question but I'm afraid Rokas is right. Each row is calculated independently and is therefore unaware of the segments above or below it. I find it's helpful to think of an A2S generator as a stack of individual L1S generators. This kind of task would suit a packing or subdivision algorithm rather than an array based generator.

Cheers,

Paul