generate_3d
Create a 3D model from a text description or image, then position and scale it in the Isaac Sim scene.
Instructions
Generate a 3D model from text or image using Beaver3D, then load it into the scene.
Args: text_prompt: Text description for 3D generation. image_url: URL of an image for 3D generation. position: [x, y, z] world position for the generated model. scale: [sx, sy, sz] scale factors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_prompt | No | ||
| image_url | No | ||
| position | No | ||
| scale | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |