Lindie viewer-dev catchup regarding rendering pipeline.

This commit is contained in:
Shyotl
2012-06-30 20:05:31 -05:00
parent a8ebd6eebb
commit 67e1a3b004
87 changed files with 3880 additions and 2180 deletions

View File

@@ -89,6 +89,7 @@ class LLCloudLayer;
class LLBitPack;
class LLGroupHeader;
#if ENABLE_CLASSIC_CLOUDS
const S32 CLOUD_GROUPS_PER_EDGE = 4;
class LLCloudPuff
@@ -201,5 +202,5 @@ protected:
LLCloudGroup mCloudGroups[CLOUD_GROUPS_PER_EDGE][CLOUD_GROUPS_PER_EDGE];
};
#endif
#endif