I’m looking for java-specific tutorials or examples on using instancing for VBOs. I’ve found a few poorly documented tutorials for other languages, but they’re less than helpful. I can’t find anything specific for java because of how often the word “instance” is used to mean other things. At the most, all I find is a description without any real examples.
I’ve been building a test app where I render 20x20 chunks of a Minecraft-style game using VBOs. Trying to reach peak performance before I move forward with converting my actual 3d block world game.