Picking a material form the list #3274
-
Hello all, I do not know what it returns? A list of int/index or a list of strings? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @adrianposteuca, model.materials returns a list of objects of type Material.
So you can do sth like :
Checkout our Change Material Metalness and Roughness Factors example |
Beta Was this translation helpful? Give feedback.
Hi @adrianposteuca, model.materials returns a list of objects of type Material.
(property) Model.materials: Material[]
So you can do sth like :
Checkout our Change Material Metalness and Roughness Factors example