I’m making blocks out of instanced square faces so that I can modify the sides of the blocks individually. The square mesh has exactly 32 length on each side. I create the instances in exactly the right transforms to make a cube:
There is a small barely noticeable seam though. I’m not really sure the best way to get rid of that, but I’m dealing with it for now.
The problem comes when I scale up the instanced mesh. It creates huge gaps at the corners and edges:
One possibility is that my square mesh is not importing so that the vertices are in precisely the right locations. How to I check the individual precise locations of the vertices of my mesh asset in Unreal?
The other possibility is that the instance transforms become inaccurate when you scale up an instanced static mesh. I’m trying to find out if this is the case and what can be done about it.
Or could it be some other issue that I’m completely unaware of?