This website requires JavaScript.
Explore
Help
Sign In
Xargon
/
Supermodel
Watch
1
Star
0
Fork
You've already forked Supermodel
0
mirror of
https://github.com/RetroDECK/Supermodel.git
synced
2024-11-23 22:25:41 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
747
commits
1
branch
0
tags
78
MiB
df02d6a753
Commit graph
2 commits
Author
SHA1
Message
Date
Ian Curtis
73ff32a10d
fix cast, and remove extra ; that had snuck into the shaders
2018-06-18 10:24:46 +00:00
Ian Curtis
c7ffd0a808
Draw transparent polys to separate layers and composite at the end. This solves a tonne of transparency errors we had been battling with for a long time. The model3 is strange in the fact it only supports a max of two translucent overlapped polys. They are not blended into the frame normally. Doing this means the topmost translucent polys only are visible in the scene, the equivalent of doing a depth pass first, but without the added cost.
2018-06-16 21:31:29 +00:00