EgtGeomKernel 1.5e1 :
- in TriMesh migliorato lo smooth delle normali - in TriMesh aggiunta generazione per rivoluzione - migliorati gestione e aggiornamento materiali.
This commit is contained in:
+2
-2
@@ -202,7 +202,7 @@ GdbMaterialMgr::FindMaterial( const string& sName) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GdbMaterialMgr::GetMaterial( int nId, Material& matM) const
|
||||
GdbMaterialMgr::GetMaterialData( int nId, Material& matM) const
|
||||
{
|
||||
if ( ! ExistsMaterial( nId))
|
||||
return false ;
|
||||
@@ -235,7 +235,7 @@ GdbMaterialMgr::IsCustomMaterial( int nId, bool& bCustom) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GdbMaterialMgr::ModifyMaterial( int nId, const Material& matM)
|
||||
GdbMaterialMgr::ModifyMaterialData( int nId, const Material& matM)
|
||||
{
|
||||
if ( ! ExistsMaterial( nId))
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user