}
@SuppressWarnings("unchecked")
private void createVoxelMenu() {
voxelMenu = voxelPopupMenu.findNiftyControl("#menu", Menu.class);
voxelMenu.setWidth(new SizeValue("175px"));
voxelMenu.addMenuItem("Show surface bound", null, MENU_SHOW_BOUND);
voxelMenu.addMenuItem("Show chunk bounds", null, MENU_SHOW_CHUNK_BOUNDS);
voxelMenu.addMenuItem("Show chunk lods", null, MENU_SHOW_CHUNK_LODS);
voxelMenu.addMenuItem("Show normals", null, MENU_SHOW_NORMALS);
voxelMenu.addMenuItem("Show wireframe", null, MENU_SHOW_WIREFRAME);