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:
Dario Sassi
2014-05-02 06:57:24 +00:00
parent e080543b97
commit 1b767fe58e
12 changed files with 621 additions and 110 deletions
+2 -2
View File
@@ -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 ;