On line 254 in rendering.js I noticed that it is passing a name mesh.createInstance(name), but that name doesn't seem to be set in the function it is being called from.
I don't know if that might have a negative side effect in some cases, but it doesn't look correct to me.
On line 254 in rendering.js I noticed that it is passing a name mesh.createInstance(name), but that name doesn't seem to be set in the function it is being called from.
I don't know if that might have a negative side effect in some cases, but it doesn't look correct to me.
Thanks