EgtGraphics 2.5l6 :
- aggiunta gestione disegno grid asimmetrica, impostabile con SetGridGeoAdv.
This commit is contained in:
+8
-5
@@ -32,7 +32,6 @@ static const double MIN_EXTENSION = 250 ;
|
||||
static const double MIN_W_H = 0.01 ;
|
||||
static const double MIN_ZCLIP_EXT = 25000 ;
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
IEGrScene*
|
||||
CreateEGrScene( void)
|
||||
@@ -98,10 +97,14 @@ Scene::Scene( void)
|
||||
// Grid
|
||||
m_bShowGrid = false ;
|
||||
m_bShowFrame = false ;
|
||||
m_dSnapStep = 1 ;
|
||||
m_nMinLineSstep = 10 ;
|
||||
m_nMajLineSstep = 100 ;
|
||||
m_nExtSstep = 500 ;
|
||||
m_dSnapStep = 10 ;
|
||||
m_nMinLineSstep = 1 ;
|
||||
m_nMajLineSstep = 10 ;
|
||||
m_nExtSstep = 100 ;
|
||||
m_dGridMinX = -INFINITO ;
|
||||
m_dGridMaxX = INFINITO ;
|
||||
m_dGridMinY = -INFINITO ;
|
||||
m_dGridMaxY = INFINITO ;
|
||||
m_colMinLine.Set( 160, 160, 160) ;
|
||||
m_colMajLine.Set( 160, 160, 160) ;
|
||||
// Global Frame
|
||||
|
||||
Reference in New Issue
Block a user