EgtGeomKernel :
- modifica a Stm per fornire le normali.
This commit is contained in:
+2
-1
@@ -189,7 +189,8 @@ SurfTriMesh::GetNextTriangle( int nId, Triangle3d& Tria) const
|
||||
// recupero i dati
|
||||
Tria.Set( m_vVert[m_vTria[nId].nIdVert[0]].ptP,
|
||||
m_vVert[m_vTria[nId].nIdVert[1]].ptP,
|
||||
m_vVert[m_vTria[nId].nIdVert[2]].ptP) ;
|
||||
m_vVert[m_vTria[nId].nIdVert[2]].ptP,
|
||||
m_vTria[nId].vtN) ;
|
||||
// ritorno indice triangolo corrente
|
||||
return nId ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user