[Plib-cvs] plib/src/ssg ssgTween.cxx,1.12,1.13
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-09-13 12:02:51
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4090/ssg Modified Files: ssgTween.cxx Log Message: Removing unnecessary lines found by Mr. John F Fay. Index: ssgTween.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgTween.cxx,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ssgTween.cxx 4 Dec 2002 19:12:35 -0000 1.12 +++ ssgTween.cxx 13 Sep 2004 12:02:36 -0000 1.13 @@ -147,7 +147,6 @@ colours -> ref () ; dirtyBSphere () ; /* Cause parents to redo their bspheres */ - bsphere_is_invalid = TRUE ; return bank ; } @@ -181,7 +180,6 @@ banked_vertices -> replaceEntity ( curr_bank, vl ) ; ssgVtxTable::setVertices ( vl ) ; dirtyBSphere () ; /* Cause parents to redo their bspheres */ - bsphere_is_invalid = TRUE ; } void ssgTween::setNormals ( ssgNormalArray *nl ) @@ -189,7 +187,6 @@ banked_normals -> replaceEntity ( curr_bank, nl ) ; ssgVtxTable::setNormals ( nl ) ; dirtyBSphere () ; /* Cause parents to redo their bspheres */ - bsphere_is_invalid = TRUE ; } void ssgTween::setTexCoords ( ssgTexCoordArray *tl ) @@ -197,7 +194,6 @@ banked_texcoords -> replaceEntity ( curr_bank, tl ) ; ssgVtxTable::setTexCoords ( tl ) ; dirtyBSphere () ; /* Cause parents to redo their bspheres */ - bsphere_is_invalid = TRUE ; } void ssgTween::setColours ( ssgColourArray *cl ) @@ -205,7 +201,6 @@ banked_colours -> replaceEntity ( curr_bank, cl ) ; ssgVtxTable::setColours ( cl ) ; dirtyBSphere () ; /* Cause parents to redo their bspheres */ - bsphere_is_invalid = TRUE ; } ssgTween::~ssgTween () @@ -253,7 +248,6 @@ extendBSphere ( & bbox ) ; dirtyBSphere () ; /* Cause parents to redo their bspheres */ - bsphere_is_invalid = FALSE ; } |