I’m coding a voxel generating test and everything works but when it runs the code bellow:
geometry.thinInstanceSetBuffer(
'position',
posi, positionNumComponents);
It doesn’t render anything but the edge rendering of the mesh.
My Babylon.js playground is:
The code is from Three.js so that might have a play in this bug I found but I thought I converted the buffer Geometry properly.