avin
1
Got problems with merge meshes if verteces count is high
here is a demo https://playground.babylonjs.com/#QMFPPE#13
result in console is null
if reduce number of segments in mesh (line 11) to 10 items - it is ok then
Did not fount any mention of the limits in the documentation. Are they really there or is it a bug?
RaananW
2
Hi!
If you check your console log you will see this message:
After setting it to true, you can merge as many meshes as you want:
Mesh Clone Examples | Babylon.js Playground
1 Like
avin
3
ah, missed that warning) thank you very much!
1 Like