Removing GltfNodes from Gltf / Spawning GltfNodes / Get Mesh3d from Mesh #16819
Unanswered
berezowski
asked this question in
Q&A
Replies: 1 comment
-
regarding "Removing GltfNodes from Gltf": How would i 'increment' the AssetId by one Generation and 'depcrecate' the old one? then i tried reinserting with commands.insert_resource. But that failed: So i thought i'll ask again here to see if i'm even on the right track.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
thanks for taking the time reading this, i hope someone can guide me through it. Nothing i try seems to work.
I'm desperately trying to get a 'clean' entity representation of a gltf from blender.
In Blender i have one scene with two meshes named..

.."Frame"
..and "Collider"
..as well as an Empty named "Motor"
In Bevy..
When i spawn the asset via named_scenes:


All components are wrapped as children in in a 'parent' entity. Which itself is wrapped. (i suppose one represents the scene itself).
so at first i tried manipulating the asset itself, but i can't get rid of the Motor. Even after removing the GltfNode it is being spawned afterwards:
On the other Hand i could not figure out how to just spawn the Frame or use the Mesh in a pbrbundle.
Beta Was this translation helpful? Give feedback.
All reactions