EgtGraphics 1.5i4 :
- tolto controllo antidebug da release per VB.NET - ora VAO/VBO è usato solo con superfici grandi, per altri modo immediato (problemi con più di 300000 curve).
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ ObjNewGraphics::EndTriangles( void)
|
||||
bool
|
||||
ObjNewGraphics::Draw( int nStat, int nMark, bool bShowAux)
|
||||
{
|
||||
if ( m_pScene == nullptr || ! m_pScene->MakeCurrent())
|
||||
if ( ! m_bValid || m_pScene == nullptr || ! m_pScene->MakeCurrent())
|
||||
return false ;
|
||||
|
||||
// se vuoto non faccio alcunché
|
||||
|
||||
Reference in New Issue
Block a user