RJVB09 / NiftyNebulae

Nebula renderer mod
3 stars 0 forks source link

Rewrite some of the depth testing for the raymarcher #17

Closed RJVB09 closed 1 year ago

RJVB09 commented 1 year ago

currently its using an SDF box raymarch to get the distance into the domain and to the domain. also seems to cause a few bugs. especially with custom domain sizes.

RJVB09 commented 1 year ago

Used a second shader pass with cull back and took the difference with cull front in the main raymarch pass