Deferred lighting implementation in progress. Now generating view-space normal fragments for the 1st pass G-buffer.
Added transpose() method to KRMat4 --HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4043
This commit is contained in:
@@ -54,6 +54,7 @@ public:
|
||||
bool bEnableAmbient;
|
||||
bool bEnableDiffuse;
|
||||
bool bEnableSpecular;
|
||||
bool bEnableDeferredLighting;
|
||||
double dSunR;
|
||||
double dSunG;
|
||||
double dSunB;
|
||||
|
||||
Reference in New Issue
Block a user