예제 #1
0
        public void SpecularTexture(uint mtl_id, string name)
        {
            IntPtr ptr = Marshal.StringToHGlobalAnsi(name);

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