Place Placeable Object¶
This node places a PlaceableObject or PlaceableObjectsContainer to input cells.
Inputs:
- In - cells to place.
Outputs:
- Out - placing result.
Properties:
- Placing Mode:
- Once Per House - try to place this Placeable Object only once somewhere into the house.
- Once Per Floor - try to place this Placeable Object once per floor.
- Once Per Room - try to place this Placeable Object in every room.
- In Every Cell - try to place this Placeable Object in every input cell.
- A Placeable - placeable object or placeable objects container what you want to place.
Examples¶
For this examples we'll use generated rooms without anything as it shows below.
Now let's add a Chilling Small Section placeable object with different placing rules.
With this parameter node will try to place a PlaceableObject on every cell.
With this parameter node will try to place a PlaceableObject only once per room.
With this parameter node will try to place a PlaceableObject only once per floor.
The result of selecting this parameter pretty hard to show, because there is only one chilling section per floor now.
With this parameter node will try to place a PlaceableObject only once per house.
Now it's even harder because there is only one place where this Placeable Object can be.
There is no necessary to use a main cells flow as an input, you can filter some bunch of cells and place some PlaceableObject there, just don't forget to override a main cells flow after that.
Let's filter several random cells.
Now let's place things on them.
And now we can apply it to the main cells flow.