コード例 #1
0
ファイル: MeshMLViewerCore.cs プロジェクト: zhangf911/KlayGE
 public Color EmitMaterial(uint mtl_id)
 {
     return(this.IntPtrToColor(MeshMLViewerCoreImporter.EmitMaterial(core_, mtl_id)));
 }