This commit is contained in:
Shyotl
2012-03-28 19:40:37 -05:00
parent 3d6511f4e1
commit 86c65e492d
5 changed files with 28 additions and 8 deletions

View File

@@ -362,7 +362,7 @@ U32 LLViewerJoint::render( F32 pixelArea, BOOL first_pass, BOOL is_dummy )
// rotateMat.setFwdRow( boneX );
// rotateMat.setLeftRow( boneY );
// rotateMat.setUpRow( boneZ );
// gGL.multMAtrix( &rotateMat.mMatrix[0][0] );
// gGL.multMatrix( &rotateMat.mMatrix[0][0] );
// // render the bone
// gGL.color3f( 0.5f, 0.5f, 0.0f );