EgtGraphics :
- Aggiunte due funzioni per ExportThreeJS.
This commit is contained in:
@@ -170,4 +170,14 @@ Scene::DrawGrid( void)
|
||||
glLineWidth( (float) GetLineWidth()) ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
void
|
||||
Scene::GetGridParam(double* pdSnapStep, int* pnExtStep) const
|
||||
{
|
||||
if ( pdSnapStep != nullptr)
|
||||
*pdSnapStep = m_dSnapStep ;
|
||||
if ( pnExtStep != nullptr)
|
||||
*pnExtStep = m_nExtSstep ;
|
||||
}
|
||||
Reference in New Issue
Block a user