Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Rodin #487

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/creator/scene-editor/import-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ You can also use Generative AI tools to generate your own 3D models. Check out:
- [Meshy](https://www.meshy.ai/)
- [Luma AI](https://lumalabs.ai/genie)
- [TRipo3D](https://www.tripo3d.ai/app)
- [Rodin](https://hyper3d.ai/rodin)

Note that in several of these sites, you can choose what format to download the model in. Always choose _.glTF_ format if available. If not available, you must convert them to _.glTF_ before you can use them in a scene. For that, we recommend importing them into Blender and exporting them with one of the available _.glTF_ export add-ons.

Expand Down
1 change: 1 addition & 0 deletions content/creator/sdk7/getting-started/SDK-101.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ You can also use Generative AI tools to generate your own 3D models. Check out:
- [Meshy](https://www.meshy.ai/)
- [Luma AI](https://lumalabs.ai/genie)
- [TRipo3D](https://www.tripo3d.ai/app)
- [Rodin](https://hyper3d.ai/rodin)

{{< hint warning >}}
**📔 Note**: Models must be in the supported `.gltf` or `.glb` formats, and must have a number of triangles, textures and materials that adhere to the [scene limitations]({{< ref "/content/creator/sdk7/optimizing/scene-limitations.md" >}}). If getting models from a third party site, pay attention to the license restrictions that the content you download has.
Expand Down
1 change: 1 addition & 0 deletions content/creator/sdk7/getting-started/dev-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ You can also use Generative AI tools to generate your own 3D models. Check out:
- [Meshy](https://www.meshy.ai/)
- [Luma AI](https://lumalabs.ai/genie)
- [TRipo3D](https://www.tripo3d.ai/app)
- [Rodin](https://hyper3d.ai/rodin)

## Run a local preview

Expand Down