Merge back the ability to select the tree (not just random, from Imprudence).

Conflicts:

	indra/newview/app_settings/settings.xml
	indra/newview/llfloatertools.cpp
This commit is contained in:
Siana Gearz
2011-10-04 06:07:52 +02:00
parent 2cba3c45bd
commit 0a9c611dfd
9 changed files with 144 additions and 3 deletions

View File

@@ -153,6 +153,10 @@ public:
};
static F32 sTreeFactor; // Tree level of detail factor
typedef std::map<std::string, S32> SpeciesNames;
static SpeciesNames sSpeciesNames;
static const S32 sMAX_NUM_TREE_LOD_LEVELS ;
friend class LLDrawPoolTree;