TheFuseLab / VL.Fuse

A library for visually programming on the GPU, built to enable rapid workflows and modular approaches to accelerated graphics, logic and computation.
https://www.thefuselab.io
MIT License
262 stars 21 forks source link

Fix directinal light shadow for RayMarch(Material) #63

Closed torinos-yt closed 2 years ago

torinos-yt commented 2 years ago

Identify the directional light from the projection matrix and calculate the necessary parameters.

everyoneishappy commented 2 years ago

@torinos-yt looks good, thanks!