-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Question and/or Comment
How can I clone materials onto another model? I tried using
var pass = new MaterialPass();
material.Passes.Add(pass);
pass.Parameters.Set(MaterialKeys.DiffuseValue, color);
pass.Parameters.Set(MaterialKeys.EmissiveValue, color);
pass.Parameters.Set(MaterialKeys.EmissiveIntensity, emissiveIntensity);
The material of the object will turn black
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested