Mnementh
Mnementh

Reputation: 51331

Is there a java-library for rendering with a voxel-engine?

I'm interested if there are libraries in java, that render voxel-based sceneries? Open-Source is preferred, as always.

Upvotes: 6

Views: 3008

Answers (1)

Uri
Uri

Reputation: 89829

There were some attempts to support Voxels with the now late J3D. Here are some examples

There was also a project from university of Iowa a few years ago, called VolumeJ, but that project is fairly old.

Finally, there were a recent academic survey about these frameworks, I am sure that there is a free PDF somewhere.

Upvotes: 2

Related Questions