Closed rcstuber closed 7 months ago
Cloning a material currently keeps a shared reference of color (Vector4). This can lead to unexpected results, when for instance calling setColor() on a cloned material all objects change to the same color.
setColor()
Thanks!
Cloning a material currently keeps a shared reference of color (Vector4). This can lead to unexpected results, when for instance calling
setColor()
on a cloned material all objects change to the same color.