Skip to main content

Rodin 3D Generate - Detail Generate

api node/3d/Rodin
Rodin3D_Detail

Generate 3D Assets using Rodin API

Example

JSON Example
{
  "class_type": "Rodin3D_Detail",
  "inputs": {
    "Images": [
      "node_id",
      0
    ]
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
ImagesIMAGErequired--
SeedINToptionalmin: 0, max: 655350
Material_TypeCOMBOoptional-"PBR"
Polygon_countCOMBOoptional-"18K-Quad"

Outputs

IndexNameTypeIs ListConnection Reference
03D Model PathSTRINGNo["{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_Detail 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?