Dotnet 3ds Toolkit __top__ Jun 2026
// Change the material color material.Color = new Color(1, 0, 0);
// Print the material name and texture file Console.WriteLine($"Material Name: material.Name"); Console.WriteLine($"Texture File: material.TextureFile"); dotnet 3ds toolkit
// Save the model to a 3DS file model.Save("output.3ds"); // Change the material color material