Working transparency in most common cases.

Transparency check is automatically set if the alpha color value is under 1
This commit is contained in:
Tleety
2016-01-27 12:59:44 +01:00
parent cbb17d22d4
commit 8102f3a2ea
4 changed files with 127 additions and 157 deletions
-1
View File
@@ -39,7 +39,6 @@ struct ModelJob : RenderJob
Depth = worldpos.z;
World = world;
FillColor = fillColor;
FillPercentage = fillPercentage;
Skeleton = Model->m_RawModel->m_Skeleton;