bevy_infinite_grid icon indicating copy to clipboard operation
bevy_infinite_grid copied to clipboard

Results 10 bevy_infinite_grid issues
Sort by recently updated
recently updated
newest added

This library was built for 0.8, and bevy is currently on 0.9

Just add the last axis as just a vertical line passing through the origin of the transform.

When I turn on HDR in a Bevy 3D camera (`hdr: true`), the infinite grid fade out makes the faded out portion (out to infinity) turn black as opposed to...

Workflow is pending manual review. URL: https://github.com/ForesightMiningSoftwareCorporation/bevy_infinite_grid/actions/runs/8575867474 Required approvers: [loispostula sebcrozet aevyrie greaka Ratysz TheRawMeatball IceSentry JulianRuiseco MichaelBradetLegris] Respond "approved", "approve", "lgtm", "yes" to continue workflow or "denied", "deny", "no"...

I followed the migration guide to update this to bevy 0.13. However there is currently a WGPU error when you try to run it: ``` wgpu error: Validation Error Caused...

Rev: 5897bb6 When running the example in WASM it panics with the following error message. ``` panicked at 'wgpu error: Validation Error Caused by: In a RenderPass note: encoder =...

I have setup a simple example of using infinite grid and the scene renders briefly then crashes. Here is the initialisation of the camera and grid during the menu stage,...

When viewing from certain angles with a orthographic camera with hdr enabled (not 100% sure that the hdr is relevant) the colors of the grid would invert because the alpha...

I tried getting this crate to work for 2D cameras to no avail. It would be nice to support 2D, or visualizing any axis for that matter.