i want to realise this Project in Android + OpenGL. It's not exactly like this, but the idea is the same.
I know how to get the Silhoutte's from the Images. ( and i already implemented it ) So the next stept would be to have
- Cube consisting of voxels ( like 50x50x50 )
- Use the Silhoutte's to carve the Cube
So my Questions would be :
- How do you initialize the Cube ?
- Is there a smart way of carving instead of an naive implementation?