EgtGraphics 1.5l3 :

- migliorato calcolo mark e arrow su curve
- corretto snap punti su curva composita con spessore.
This commit is contained in:
Dario Sassi
2014-12-30 17:34:47 +00:00
parent 30ad5bec5c
commit c98c9a0ff6
5 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -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) ;