I'm trying to find a type of software that I could use to convert a 3D Java array to a 3D voxel model. I'm developing a voxel terrain generator in Java and I need some way to visualize the 3-dimensional integer arrays. What software (or APIs) would be good for this purpose?
Also, the array I'm trying to convert is a 3D array of integers where each integer should correspond to a voxel with a specific color.