#Turning on wireframe rendering?
2 messages · Page 1 of 1 (latest)
I haven't used it yet but maybe this example can help: https://github.com/bevyengine/bevy/blob/main/examples/3d/wireframe.rs
2 messages · Page 1 of 1 (latest)
I am trying to make a voxel game, and I am trying to optimize the meshes of my chunks. How can I make the chunks show up in wireframe? So I can see the vertices and faces and stuff.
I haven't used it yet but maybe this example can help: https://github.com/bevyengine/bevy/blob/main/examples/3d/wireframe.rs