EgtGraphics :
- modifiche per cambio colore di Zmap.
This commit is contained in:
+1
-1
@@ -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]) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user