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

load_gltf example not rendering #986

Closed
b333z opened this issue Dec 3, 2020 · 2 comments · Fixed by #988
Closed

load_gltf example not rendering #986

b333z opened this issue Dec 3, 2020 · 2 comments · Fixed by #988
Labels
A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior

Comments

@b333z
Copy link

b333z commented Dec 3, 2020

Bevy version

72b2fc9

Operating system & version

NixOS 20.09, wayland

What you did

cargo run --example load_gltf

What you expected to happen

The model rendered

What actually happened

Blank screen, no model rendered

Additional information

@cart noticed this was in master #958 (comment) and just picked it up myself as I rebased from a week or so ago.

I did some jumping around and in-case useful just wanted to point out it looks to be introduced by 72b2fc9 the Bevy Reflection commit, if anything there rings a bell... The commit before seems OK.

@wuyin1985
Copy link

I got the same problem. 72b2fc9 the Bevy Reflection commit seem broken the function world.spawn_scene , the component like Draw, Mesh is ignore during the scene spawn with reflection

@cart cart mentioned this issue Dec 3, 2020
@b333z
Copy link
Author

b333z commented Dec 3, 2020

Took your fix for a spin @cart and looks all good from here, thanks!

@Moxinilian Moxinilian added A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior labels Dec 3, 2020
@cart cart closed this as completed in #988 Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants