vm6502q / OpenRelativity

An open source framework to add the effects of traveling at relativistic speeds to visualizations or games
17 stars 2 forks source link

Alpha color channel bug #34

Closed WrathfulSpatula closed 3 years ago

WrathfulSpatula commented 3 years ago

I'm attempting to use alpha channel for full transparency in a project, and it seems to show skybox rather than renderer directly behind, or other noticeable bug cases. The shader likely needs to be modified to support alpha blending, at least at this point. It's also possible that I have not accurately preserved the alpha channel in the shader.

WrathfulSpatula commented 3 years ago

Fixed by #42.