A simple voxel renderer app in Java and OpenGL ES
- instanced rendering (tested up to 230503 voxels!)
- zoom in / zoom out
- rotation with taps / scroll
- wireframe visualization
- Blinn-Phong lighting model
- voxel colors palette generation
See DOCS.md
https://git.hipert.unimore.it/ncapodieci/mobileprogramming/ for ShaderCompiler.java
, PlyObject.java
, BasicRenderer.java
and the .vly
models.