Trouble batching cubes in libgdx
问题 I am trying to develop a game where I am rendering up to 300 cubes on screen. The performance of modelBatch when creating new modelInstance for each cube is terrible. There is no 3d batch that batches all the cubes to one draw call as far as I know. So I am desperately trying to batch them somehow. This question is directly related to this one: LibGDX 3D increase perfomance The answer posted batches all the cubes successfully but when environment is added to get some lighting it appears that