LLTexLayer refactored. Tried to keep behavior changes as minimal as possible. Consider as base slate for changes required for multi-wearables.

This commit is contained in:
Shyotl
2011-10-25 16:50:39 -05:00
parent 722e7d09ff
commit 4d68dc7c57
13 changed files with 1324 additions and 1755 deletions

View File

@@ -119,12 +119,6 @@ LLViewerVisualParam::LLViewerVisualParam()
{
}
/*
//=============================================================================
// These virtual functions should always be overridden,
// but are included here for use as templates
//=============================================================================
//-----------------------------------------------------------------------------
// setInfo()
//-----------------------------------------------------------------------------
@@ -139,7 +133,7 @@ BOOL LLViewerVisualParam::setInfo(LLViewerVisualParamInfo *info)
setWeight(getDefaultWeight(), FALSE );
return TRUE;
}
/*
//-----------------------------------------------------------------------------
// parseData()
//-----------------------------------------------------------------------------