Itoo Software Forum

Author Topic: Facade with "special zones"  (Read 1320 times)

QK1362

  • Newbie
  • *
  • Posts: 20
Re: Facade with "special zones"
« Reply #15 on: February 06, 2020, 03:12:24 PM »
Sure

I have split "Start Part" and "repeating part" to two Sequences.

Then we need to tell RailClone to use starting part only once,- first floor.

So we plug both sequences- start, and repeating to Selector Node. And tell it to use FirstFloor only once,- only on first floor.
This is done with arithmetic Equation which is wired to Index input.

Code: [Select]
return if(segmentYCounter==1,1,2);
That is pretty much it. If You want some step explained in more details, please spicy which.



ok thanks alot ... i have to admit that i have to split the *.gif into seperate pictures to follow it through.

I'm feeling really stupid right now that I'm using RailClone only that simple and that i didnt understand its power so far.
I mostly draw a spline for a facade or environmental props to fill a scene with life ...

can you please explain or tell me where to start  for such an deep understanding of its abilities?

Rokas

  • Hero Member
  • *****
  • Posts: 3324
Re: Facade with "special zones"
« Reply #16 on: February 06, 2020, 04:07:38 PM »
We acknowledge that RC comes with a much steeper learning curve than Forest Pack. In an effort to help users get acquainted with RailClone, we have an ongoing series of tutorials you may find helpful, and detailed documentation.
I would recommend You to check our RailClone guides: "Getting Started with RailClone" followed by our "Next Steps with RailClone" later.
Feel free to browse this forum and see questions and examples posted before.

Regards.
« Last Edit: February 06, 2020, 04:52:20 PM by Rokas »
Rokas

QK1362

  • Newbie
  • *
  • Posts: 20
Re: Facade with "special zones"
« Reply #17 on: February 10, 2020, 02:18:33 PM »
Great stuff! Thanks alot!