For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rodin add-on for Godot

Introduction

The Rodin Bridge for Godot is a powerful integration tool that supports most of the functions available on Rodin's webpage, allowing users to access image-based generation capabilities directly within the Godot editor environment. It enables users to replace target images, adjust generation settings, utilize ControlNet with selected objects, and choose between automatic and manual generation modes—all while maintaining a seamless workflow between Godot and the Rodin web interface through the convenient floating window functionality.

Installation

Requirements

Godot ≥ 4.4 Google Chrome ≥ 116

Step-by-Step Instruction

Copy the /RodinBridge folder into the /addons folder within your Godot project.

Then, enable RodinBridge in Project → Project Settings → Plugins.

Basic Usage

The RodinBridge integrates most Rodin's generation functions directly in Godot. Operation requires interaction in both Godot and the Rodin webpage.

Single Image Generation

  1. Click 'Replace Image' to replace the default image with the image you want to generate the 3D asset with.

  2. Choose 'None' in ControlNet options and choose 'One Click' for the fastest generation experience. The rest of the settings are identical to those on Rodin webpage.

  3. Once they are adjusted, click 'Submit' to begin the process.

The Rodin webpage will automatically appear if not already open. On the Rodin webpage, activate the floating window using the toggle switch.

You can monitor the generation process in the floating window. The generated asset will be automatically imported into Godot.

You can also import featured assets or generated assets by hovering on the target asset and press the emerged Export button

Advanced Functions

ControlNet:

To enable ControlNet, select an object in scene and choose your desired ControlNet mode. You can the adjest ControlNet settings as needed (Identical to Rodin webpage settings).

Multiview Mode:

You can use 'Load Image' to add more images as the input for generation. Rodin will automatically process them as the input for multiview generation.

Generation Mode:

You can choose between One Click mode and Manual mode.

One Click: Process runs without step-by-step guidance.

Manual: Requires step-by-step operation in the floating window. The process is identical to that on Rodin webpage.

Last updated