* Moving conversion functions from Helpers to Utils (in OpenMetaverseTypes)
* Added GetLLSD() and FromLLSD() to Permissions * Started on inventory persistence for Simian git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2267 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenMetaverse.GUITestClient
|
||||
for (int xp = 0; xp < 16; xp++)
|
||||
{
|
||||
float height = data[yp * 16 + xp];
|
||||
int colorVal = Helpers.FloatToByte(height, 0.0f, 60.0f);
|
||||
int colorVal = Utils.FloatToByte(height, 0.0f, 60.0f);
|
||||
int lesserVal = (int)((float)colorVal * 0.75f);
|
||||
Color color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user