예제 #1
0
        public void AmbientMaterial(uint mtl_id, Color value)
        {
            IntPtr ptr = this.ColorToIntPtr(value);

            MtlEditorCoreImporter.SetAmbientMaterial(core_, mtl_id, ptr);
            Marshal.FreeHGlobal(ptr);
        }