Fixed transparency

This commit is contained in:
Tleety
2014-06-02 22:15:52 +02:00
parent 179c5c1feb
commit f5f6a5cf3a
3 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ private:
void CreateNormalMapTangent();
void ForwardRendering(RenderQueue &rq);
static bool DepthSort(const std::shared_ptr<RenderJob> &i, const std::shared_ptr<RenderJob> &j) { return (i->Depth > j->Depth); }
static bool DepthSort(const std::shared_ptr<RenderJob> &i, const std::shared_ptr<RenderJob> &j) { return (i->Depth < j->Depth); }
GLuint CreateQuad();
void DrawDebugShadowMap();