Repro: https://playground.babylonjs.com/#CP2RN9#97
I’m trying to port my codes to bjs’s vat system. When I try to clone and create a 2nd pool of thin instances, the first pool of thin instances no longer run. If I try to clone the vertexTexture and attach to the cloned’s manager, the 2nd pool doesn’t even render. What am I missing ?
edit:if I add cloned.makeGeometryUnique(),
console throws RangeError: Offset is outside the bounds of the DataView
, weird…