Back to Node List

Iso Assemble

iso_assemble

Combine IsoItem values before placing them in the canonical IsoWorld

Reviewed
Guide available
The node name and summary are available in English. Port, parameter, and article details are currently shown in Japanese.

Input Ports

NameTypeDescription
アイテム 1
item_0
IsoItem
複合アイテムに含める IsoItem
アイテム 2
item_1
IsoItem
複合アイテムに含める IsoItem
アイテム 3
item_2
IsoItem
複合アイテムに含める IsoItem
アイテム 4
item_3
IsoItem
複合アイテムに含める IsoItem

Output Ports

NameTypeDescription
アイテム
item
IsoItem
複合アイソアイテム

Parameters

NameTypeDefaultRangeDescription / Options
X 1
x_0
Int
0-4096–4096

複合ローカル空間上のX 1座標

Y 1
y_0
Int
0-4096–4096

複合ローカル空間上のY 1座標

Z 1
z_0
Int
0-4096–4096

複合ローカル空間上のZ 1座標

X 2
x_1
Int
0-4096–4096

複合ローカル空間上のX 2座標

Y 2
y_1
Int
0-4096–4096

複合ローカル空間上のY 2座標

Z 2
z_1
Int
0-4096–4096

複合ローカル空間上のZ 2座標

X 3
x_2
Int
0-4096–4096

複合ローカル空間上のX 3座標

Y 3
y_2
Int
0-4096–4096

複合ローカル空間上のY 3座標

Z 3
z_2
Int
0-4096–4096

複合ローカル空間上のZ 3座標

X 4
x_3
Int
0-4096–4096

複合ローカル空間上のX 4座標

Y 4
y_3
Int
0-4096–4096

複合ローカル空間上のY 4座標

Z 4
z_3
Int
0-4096–4096

複合ローカル空間上のZ 4座標

Overview

Groups multiple IsoItems such as blocks into one compound item. Build a reusable unit here—such as a streetlight from a post and roof, or a house from four boxes—before placing it in the world. It serves the same role as model_group in the Model lane.

Usage tips

  • This is the middle layer in parts → item → world. Anything that moves as a unit or is placed multiple times should become an item before going to iso_place.
  • Child-item local coordinates stay within the item; placement coordinates belong to Place. Keeping those responsibilities separate makes the graph easier to organize.
  • One node accepts up to four items. For five or more, chain iso_assemble nodes and combine the resulting compound items again.

Notes

  • Combines the input IsoItem values into one compound item.
  • It does not place the item into an IsoWorld; downstream Iso Place is expected to assign world coordinates.
  • The compound item's overall bounds are calculated from the local bounds of its children.
  • There is no List input or dynamic slot count yet; coordinates for unconnected slots do not affect evaluation.

Related nodes

  • iso_block / iso_item_builder — parts to combine
  • iso_place — place the item in the world
  • iso_world_compose — combine multiple worlds
  • model_group — the equivalent node in the Model lane
Back to Node List
Iso Assemble — PixPipeline Node Reference