EgtGeomKernel 1.8h1 :

- inserite ultime migliorie per grafica Zmap
- corretta AvoidBox di Zmap.
This commit is contained in:
Dario Sassi
2017-08-10 17:16:30 +00:00
parent 99bbdda1d0
commit c17e44a3e1
4 changed files with 376 additions and 238 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ VolZmap::AvoidBox( const Frame3d& frBox, const Vector3d& vtDiag)
for ( int nIndex = 0 ; nIndex < nSize ; nIndex += 1) {
if ( ! ( dZmax < m_Values[0][nPos][nIndex].dMin - EPS_SMALL ||
dZmin > m_Values[0][nPos][nIndex + 1].dMax + EPS_SMALL))
dZmin > m_Values[0][nPos][nIndex].dMax + EPS_SMALL))
return false ;
}
}