We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5b23a commit 3d23fd1Copy full SHA for 3d23fd1
examples/3d/wireframe.rs
@@ -25,7 +25,7 @@ fn setup(
25
mut materials: ResMut<Assets<StandardMaterial>>,
26
) {
27
// To draw the wireframe on all entities, set this to 'true'
28
- wireframe_config.global = false;
+ wireframe_config.debug_wireframes = false;
29
// You can also change the default color of the wireframes, which controls:
30
// - all wireframes if `WireframeConfig::global` is set to 'true'
31
// - the wireframe of all entities whose `Wireframe::color` is None otherwise
0 commit comments