EgtGraphics :

- ricompilazione.
This commit is contained in:
Dario Sassi
2014-05-19 20:06:02 +00:00
parent 6f314d5a4c
commit 30238fed23
+1 -1
View File
@@ -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) ;