EgtGraphics :

- aggiunta possibilità di impostare visualizzazione testi (outline o fill).
This commit is contained in:
Dario Sassi
2020-06-16 06:54:18 +00:00
parent 2ae29af637
commit 8cfefb0dcc
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -67,6 +67,7 @@ Scene::Scene( void)
m_bShowCurveDirection = false ;
m_bShowTriaAdvanced = true ;
m_nShowZmap = ZSM_SURF ;
m_nShowText = TXT_FILL ;
// PointSize - LineWidth
m_dPointSize = 3 ;
m_dSelPointSize = 5 ;