Closed DotWith closed 7 months ago
For some odd reason the children are ordered like so Scene -> FirstNode -> Meshes, Lights, etc. This causes bevy to only read the FirstNode as the only child >:(
Fixed! It's dumb, the mesh had to duplicate the vertices, but that modifies the indices into none.
For some odd reason the children are ordered like so Scene -> FirstNode -> Meshes, Lights, etc. This causes bevy to only read the FirstNode as the only child >:(