EgtGeomKernel :
- prima versione delle superfici trimesh.
This commit is contained in:
+4
-4
@@ -256,10 +256,10 @@ GeomDB::SaveHeader( ostream& osOut) const
|
||||
osOut << "MAT_DEF" << endl ;
|
||||
Color colDef( 0, 0, 0, 0) ;
|
||||
GetDefaultMaterial( colDef) ;
|
||||
osOut << ToString( colDef.GetIntRed()) ;
|
||||
osOut << "," << ToString( colDef.GetIntGreen()) ;
|
||||
osOut << "," << ToString( colDef.GetIntBlue()) ;
|
||||
osOut << "," << ToString( colDef.GetIntAlpha()) << ";" << endl ;
|
||||
osOut << ToString( colDef.GetIntRed()) << "," ;
|
||||
osOut << ToString( colDef.GetIntGreen()) << "," ;
|
||||
osOut << ToString( colDef.GetIntBlue()) << "," ;
|
||||
osOut << ToString( colDef.GetIntAlpha()) << ";" << endl ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user