EgtGraphics :
- ricompilazione.
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, MdStMk siObj)
|
||||
Triangle3d Tria ;
|
||||
TriNormals3d TNrms ;
|
||||
int nId = pSTM->GetFirstTriangle( Tria) ;
|
||||
while ( nId != -1) {
|
||||
while ( nId != SVT_NULL) {
|
||||
pSTM->GetTriangleSmoothNormals( nId, TNrms) ;
|
||||
pGraphics->AddTriangle( Tria, TNrms) ;
|
||||
nId = pSTM->GetNextTriangle( nId, Tria) ;
|
||||
|
||||
Reference in New Issue
Block a user