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

Support loading meshes in glTF format #173

Closed
mahiuchun opened this issue Feb 12, 2021 · 2 comments
Closed

Support loading meshes in glTF format #173

mahiuchun opened this issue Feb 12, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mahiuchun
Copy link
Contributor

glTF 2.0 is a new standard 3D mesh format that supports PBR natively.

Desired behavior

MeshManager::Load() be able to load glTF 2.0 mesh files with file extensions .glb and .gltf.

Alternatives considered

N/A

Implementation suggestion

We can use https://github.com/syoyo/tinygltf to parse glTF files.

Additional context

https://www.khronos.org/gltf/

@guyVaarst
Copy link

I am a bit confused - this ticket implies that gazebo doesnt yet support gltf, but https://gazebosim.org/docs/all/release-features implies it does. Does Gazebo support glTF?

@azeey
Copy link
Contributor

azeey commented Jun 4, 2024

Yes, glTF support was added in #393. I'll close this issue.

@azeey azeey closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants