Skip to content

Conversation

CuddlyBunion341
Copy link
Owner

@CuddlyBunion341 CuddlyBunion341 commented Jan 30, 2025

Updated feature flags for

  • Rappier colliders
  • Wireframe mesh rendering
  • Raycaster
  • Renet visualizer

#40

@CuddlyBunion341 CuddlyBunion341 self-assigned this Jan 30, 2025
&mut gizmos,
);

#[cfg(not(feature = "raycast_debug"))]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if i like this duplicate code :/

@CuddlyBunion341 CuddlyBunion341 marked this pull request as ready for review January 30, 2025 12:25
mod wireframe_config {
use crate::wireframe::{WireframeConfig, WireframePlugin};
use bevy::color::palettes::css::WHITE;

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like this encapsulation of wireframe related stuff

@CuddlyBunion341 CuddlyBunion341 merged commit 14450ad into main Jan 30, 2025
3 checks passed
@CuddlyBunion341 CuddlyBunion341 deleted the feature/debug-visusal-feature-flag branch January 30, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant