Back to Node List

Iso Scene Compose

iso_scene_compose

Advanced: combine internal IsoScene render IR values directly

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
シーン一覧
scenes
List<IsoScene>
合成するシーンの一覧
シーン 1
scene_0
IsoScene
追加のシーン入力
シーン 2
scene_1
IsoScene
追加のシーン入力
シーン 3
scene_2
IsoScene
追加のシーン入力
シーン 4
scene_3
IsoScene
追加のシーン入力

Output Ports

NameTypeDescription
シーン
scene
IsoScene
合成されたアイソメシーン
警告
warnings
Text
投影またはスタイルの不一致警告です。最初の入力設定を優先します

Parameters

NameTypeDefaultRangeDescription / Options
既定幅
width
Int
641–4096

入力シーンがない場合に使うキャンバス幅

既定高さ
height
Int
641–4096

入力シーンがない場合に使うキャンバス高さ

Overview

An advanced node that combines multiple IsoScene values (internal rendering IR) into one. The normal workflow is to combine the canonical IsoWorld data with iso_world_compose. Use this only for special cases that require composition at the rendering-IR stage.

Usage tips

  • When in doubt, use iso_world_compose to combine canonical data. Compose scenes only when you need to bundle IR directly after iso_world_to_scene.
  • The first input supplies the baseline projection and style. If a later input differs, warnings reports it and the first settings are retained.
  • List items are processed first, followed by scene_0 through scene_3; when both forms are used, the first List item is the baseline.

Related nodes

  • iso_world_compose — combines canonical data; normally use this

  • iso_world_to_scene — converts IsoWorld to IsoScene

  • iso_scene_render — renders the combined result

  • Version: 1

Notes

  • The projection and style of the first input scene are used as the baseline.
  • The canvas expands to the maximum dimensions among the inputs.
Back to Node List
Iso Scene Compose — PixPipeline Node Reference