Merge branch 'master' of https://github.com/siana/SingularityViewer
This commit is contained in:
@@ -265,7 +265,7 @@ void LLCubeMap::setMatrix(S32 stage)
|
||||
|
||||
if (mMatrixStage < 0) return;
|
||||
|
||||
//if (stage > 0)
|
||||
if (stage > 0)
|
||||
{
|
||||
gGL.getTexUnit(stage)->activate();
|
||||
}
|
||||
@@ -284,17 +284,17 @@ void LLCubeMap::setMatrix(S32 stage)
|
||||
gGL.loadMatrix((F32 *)trans.mMatrix);
|
||||
gGL.matrixMode(LLRender::MM_MODELVIEW);
|
||||
|
||||
/*if (stage > 0)
|
||||
if (stage > 0)
|
||||
{
|
||||
gGL.getTexUnit(0)->activate();
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
void LLCubeMap::restoreMatrix()
|
||||
{
|
||||
if (mMatrixStage < 0) return;
|
||||
|
||||
//if (mMatrixStage > 0)
|
||||
if (mMatrixStage > 0)
|
||||
{
|
||||
gGL.getTexUnit(mMatrixStage)->activate();
|
||||
}
|
||||
@@ -302,10 +302,10 @@ void LLCubeMap::restoreMatrix()
|
||||
gGL.popMatrix();
|
||||
gGL.matrixMode(LLRender::MM_MODELVIEW);
|
||||
|
||||
/*if (mMatrixStage > 0)
|
||||
if (mMatrixStage > 0)
|
||||
{
|
||||
gGL.getTexUnit(0)->activate();
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
void LLCubeMap::setReflection (void)
|
||||
|
||||
Reference in New Issue
Block a user