EgtGraphics 1.6b6 :

- migliorata gestione punti notevoli di curve con estrusione
- prima versione di punto End su SurfTM.
This commit is contained in:
Dario Sassi
2015-02-24 22:50:22 +00:00
parent 6526f7ab9f
commit 21d509f3da
5 changed files with 571 additions and 439 deletions
-3
View File
@@ -158,9 +158,6 @@ Scene::DrawGroup( const IGdbIterator& iIter, int nPass, const MdStMkCol& cParent
bool
Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, const MdStMkCol& siObj)
{
// valore limite di opacità oltre il quale è considerata completa
const int ALPHA_LIM = 90 ;
// recupero l'oggetto geometrico e il suo tipo
IGeoObj* pGeoObj = (const_cast<IGdbIterator*>(&iIter))->GetGeoObj() ;
if ( pGeoObj == nullptr)