panda3d-simplepbr
panda3d-simplepbr copied to clipboard
Fix `tonemap.frag` ignoring alpha value
Closes https://github.com/Moguri/panda3d-simplepbr/issues/60
The tonemap shader was always setting the alpha value to 1.0
thus, not respecting the clear color alpha channel. This change handles that issue.