EgtExecutor 2.2i2 :
- aggiunta gestione BeamMgr - aggiunte funzioni ExeInitBeamMgr, ExeBeamCalcSolid, ExeBeamGetSolid, ExeBeamShowSolid.
This commit is contained in:
@@ -159,6 +159,15 @@ GetCurrMachMgr( void)
|
||||
return ( s_GseCtx[s_nCurrGseCtx-1].m_pMachMgr) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
IBeamMgr*
|
||||
GetCurrBeamMgr( void)
|
||||
{
|
||||
if ( s_nCurrGseCtx < 1 || s_nCurrGseCtx > MAX_CTX || ! s_GseOn[s_nCurrGseCtx-1])
|
||||
return nullptr ;
|
||||
return ( s_GseCtx[s_nCurrGseCtx-1].m_pBeamMgr) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
IEGrScene*
|
||||
GetCurrScene( void)
|
||||
|
||||
Reference in New Issue
Block a user