Jakob Hellermann

Results 149 comments of Jakob Hellermann

> Would it maybe make sense to do post processing after the main pass driver node rather than inside the 3d sub graph? I don't think so because I could...

CI failure is because the breakout example has no 3d camera and doesn't write to the intermediate textures, so wgpu needs `COPY_DST` to zero the texture. Will be fixed either...

New render graph: ![render_graph](https://user-images.githubusercontent.com/22177966/147767249-57dd4229-cfab-4ec5-9bf3-dc76dccf8e8b.png) The tonemapping node does nothing if hdr isn't enabled, because then the `pbr.wgsl` or `sprite.wgsl` shaders already do tone mapping. `hdr` can be configured on cameras,...

I rebased the code on main. Open questions: - where should configuration for hdr and the upscaling mode live? fields on a render target component? - should we default to...

While watching the FSR 2.0 presentation, I noticed that UI rendering should be after the upscaling, which currently isn't the case in this PR. ![grafik](https://user-images.githubusercontent.com/22177966/160134298-7bb60c02-78b0-45ef-adf9-698d14a8a703.png)

Sorry for not responding earlier, I was a little busy the last few days. Thanks for taking a look already. There are some aspects of this PR that I'm not...

I did a bit of that in #10 (fixing the existing doc examples)

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.

Something like this is already hardcoded for a bunch of common component combinations: https://github.com/jakobhellermann/bevy-inspector-egui/blob/36d7b23922c1298f7280a8ceeac88088bcca45b9/src/world_inspector/mod.rs#L617 The problem is that it not really possible to tell which component should be representative for...

The `InspectorPlugin` will insert and edit `T` as a resource, not for components. So if you want to edit one component of a single entity, you should use `.add_plugin(InspectorPlugin::