EgtGraphics :

- modifiche per cambio colore di Zmap.
This commit is contained in:
Dario Sassi
2019-03-08 17:59:59 +00:00
parent 5b3f11e384
commit c589fe9256
5 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, const MdStMkCol& siObj)
if ( ( m_nShowZmap & ZSM_COLORS) != 0) {
HSV hsv = GetHSVFromColor( siObj.colObj) ;
hsv.dHue += ANG_RIGHT / 6 ;
hsv.dVal *= 1.2 ;
hsv.dVal *= 1.4 ;
cCol[1] = GetColorFromHSV( hsv) ;
mMat[1].Set( cCol[1]) ;
}