EgtGraphics 1.5l3 :
- migliorato calcolo mark e arrow su curve - corretto snap punti su curva composita con spessore.
This commit is contained in:
+1
-1
@@ -725,7 +725,7 @@ Scene::Draw( void)
|
||||
// disegno le geometrie del DB
|
||||
// prima passata per superfici con illuminazione abilitata
|
||||
glEnable( GL_POLYGON_OFFSET_FILL) ;
|
||||
glPolygonOffset( 1.0, 1.0) ;
|
||||
glPolygonOffset( 0.75, 0.75) ;
|
||||
glEnable( GL_LIGHTING) ;
|
||||
DrawGroup( GDB_ID_ROOT, 1, MdStMk( GDB_MD_STD, GDB_ST_ON, GDB_MK_OFF)) ;
|
||||
glDisable( GL_POLYGON_OFFSET_FILL) ;
|
||||
|
||||
Reference in New Issue
Block a user