bevy_mod_picking icon indicating copy to clipboard operation
bevy_mod_picking copied to clipboard

Problem with using RapierDebugRenderPlugin together with Bevy_mod_picking

Open pinkponk opened this issue 2 years ago • 0 comments

Whenever I add the RapierDebugRenderPlugin plugin (This plugin makes wireframe boxes visable around colliders) I get this spammed in the console from bevy_mod_picking:

...
2022-06-15T10:24:29.001348Z ERROR raycast: bevy_mod_raycast: Invalid intersection check: `TriangleList` is the only supported `PrimitiveTopology`
2022-06-15T10:24:29.001363Z ERROR raycast: bevy_mod_raycast: Invalid intersection check: `TriangleList` is the only supported `PrimitiveTopology`
2022-06-15T10:24:29.001373Z ERROR raycast: bevy_mod_raycast: Invalid intersection check: `TriangleList` is the only supported `PrimitiveTopology`
...

Is there anything I can disable in order to fix this?

pinkponk avatar Jun 15 '22 11:06 pinkponk