mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 11:03:06 +00:00
8cf3447343
# Objective I tried using `insert_gizmo_group` to configure my physics gizmos in a bevy_xpbd example, but was surprised to see that nothing happened. I found out that the method does *not* overwrite gizmo groups that have already been initialized (with `init_gizmo_group`). This is unexpected, since methods like `insert_resource` *do* overwrite. ## Solution Insert the configuration even if it has already been initialized. |
||
---|---|---|
.. | ||
primitives | ||
aabb.rs | ||
arcs.rs | ||
arrows.rs | ||
circles.rs | ||
config.rs | ||
gizmos.rs | ||
lib.rs | ||
lines.wgsl | ||
pipeline_2d.rs | ||
pipeline_3d.rs |