Rodin 3D Generate - Gen-2 Generate
api node/3d/Rodin
Rodin3D_Gen2Generate 3D Assets using Rodin API
Inputs
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
Images | IMAGE | required | - | - |
TAPose | BOOLEAN | required | - | false |
Seed | INT | optional | min: 0, max: 65535 | 0 |
Material_Type | COMBO | optional | - | "PBR" |
Polygon_count | COMBO | optional | - | "500K-Triangle" |
Outputs
| Index | Name | Type | Is List | Connection Reference |
|---|---|---|---|---|
0 | 3D Model Path | STRING | No | ["{node_id}", 0] |
How to connect to these outputs
To connect another node's input to an output from this node, use the connection reference format:
["node_id", output_index]Where node_id is the ID of this Rodin3D_Gen2 node in your workflow, and output_index is the index from the table above.
Example
If this node has ID "5" in your workflow:
3D Model Path (STRING):["5", 0]
Was this page helpful?