This commit is contained in:
2026-05-06 17:52:45 -07:00
parent 9fc3f35125
commit 1463c23334
402 changed files with 3758 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

View File

@ -0,0 +1,9 @@
Wall with a material that's reading from a depth texture, which is copied from the depth buffer before drawing the wall as the last object in the scene.
#### To use this in your own projects:
1. Enable `Material Properties > Leenkx Props > Read Depth`
2. Make sure `Render Properties > Leenkx Render Path > Renderer > Depth Texture` is set to `Auto` or `On`
3. Add a `Shader Data` node with a uniform sampler2D with the name `depthtex` and separate the x value from the color output
Note that the depth values depend on the camera far/near values! Also the compositor needs to be enabled on forward render path in order to work.

Binary file not shown.