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 the camera included in GLTF files #6

Open
TomClabault opened this issue Nov 21, 2024 · 1 comment
Open

Support loading the camera included in GLTF files #6

TomClabault opened this issue Nov 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@TomClabault
Copy link

GLTF files can come with a camera included and that can be handy for scenes with a camera already positioned.

I think you're using ASSIMP for scene loading. It should be possible to query the camera after loading the scene.

@Zydak
Copy link
Owner

Zydak commented Nov 22, 2024

ye the GLTF loader part of code is fairly limited, it doesn't care about cameras, lights, also roughness/metallic textures may not always work. So it's definitely not suitable for larger scenes. But fixing it is a pretty low priority for now, since I'd like to fix a couple of other things before that. But I'll keep that in mind 👍

@Zydak Zydak added the enhancement New feature or request label Nov 22, 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
Projects
None yet
Development

No branches or pull requests

2 participants