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