Results 265 comments of Rob Parrett

Thank you :)

The bad calls seem to be limited to debug code, which is why this isn't causing obvious issues at the moment. https://github.com/bevyengine/bevy/blob/5986d5d309512d69f0e1837f9164b23d934e094b/crates/bevy_pbr/src/render/clustered_forward.wgsl#L118 https://github.com/bevyengine/bevy/blob/5986d5d309512d69f0e1837f9164b23d934e094b/crates/bevy_pbr/src/render/shadows.wgsl#L197-L201 It would be good to verify that...

Underlying issue being tracked here: https://github.com/bevyengine/bevy/issues/14414

Compared to the [original demo](https://bevyengine.org/news/bevy-0-10/#depth-and-normal-prepass), this scene - seems way too dark (added suggestion) - has very subtle bloom, which doesn't look quite as impressive (not blocking, I suppose) I...

Some additional background: - A previous incarnation of #14854 added functionality for a single text section to be spawned alongside `Text`. ```rust commands.spawn((TextBundle::default(), TextSection::new(""))); ``` But this seemed controversial due...

~~To briefly summarize the linked discord conversation above, Cart is proposing essentially combining the concepts of `Text` and `TextSection` and allowing them to be nested.~~ edit: I was confused, see...

Is there a variation of this type of shape that would have "symmetrical curvature" even when width and height are not equal? To crudely illustrate: https://www.desmos.com/calculator/r4mzfslt8m As-is, this seems less...

What's needed to move this forward? It looks like: - [ ] Quantify any performance regressions - [ ] Either come to a consensus that adding 336KB of test data...

related: https://github.com/bevyengine/bevy/issues/11207

Rendering tabs would be nice. But I don't know if I've ever seen an implementation that would render as expected. I think there's usually some sort of column width limitation...