bevy_mod_raycast icon indicating copy to clipboard operation
bevy_mod_raycast copied to clipboard

fix: Derives Clone, Debug, Default, Reflect on SimplifiedMesh

Open connorgmeehan opened this issue 1 year ago • 0 comments

Description

SimplifiedMesh doesn't derive/implement a lot of the traits that Handle<Mesh> does. This PR derives all those traits.

connorgmeehan avatar Aug 23 '24 06:08 connorgmeehan