Exemple #1
0
 private void addCubeToVbo(Block block, int x, int y, int z, World world)
 {
     block.addToVbo(world, this, vbo, x, y, z);
 }