EgtGeomKernel 2.2f4 :

- aggiunta gestione secondo colore in operazioni booleane tra superfici trimesh.
This commit is contained in:
Dario Sassi
2020-06-14 09:47:41 +00:00
parent 381b8a19e9
commit 05f981a0e4
6 changed files with 90 additions and 22 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ GetHSVFromColor( const Color& cCol)
double dDelta = dMax - dMin ;
if ( dDelta < EPS_ZERO)
return HSV( dMax, 0, 0) ;
return HSV( 0, 0, dMax) ;
if ( dMax < EPS_ZERO)
return HSV( 0, 0, 0) ;