BVE-Reborn / rend3

MAINTENCE MODE ---- Easy to use, customizable, efficient 3D renderer library built on wgpu.
https://rend3.rs
Apache License 2.0
1.06k stars 59 forks source link

Desired Rendering Features #13

Open cwfitzgerald opened 3 years ago

cwfitzgerald commented 3 years ago

Various references:

kocsis1david commented 2 years ago

I published the first version of wgrepp (I didn't have a better idea for the name), currently it only has a simple SSAO effect. To integrate it, rend3 would need to create a normal buffer. Alternatively, wgrepp could also reconstruct normals from the depth buffer, but that might not be a good idea, because other effects need normals too.

cwfitzgerald commented 2 years ago

Great! I'll take a look at integrating this after this current milestone is over.

AlbinSjoegren commented 2 years ago

Looking around in the rend3 code for a good place to add the post process abstraction layer to start coding the bloom from there. You got any thoughts on where to do that and what filestructure would be prefered? @cwfitzgerald