Exploring Libgdx Voxel Engine 5
Let's dive into the details surrounding Libgdx Voxel Engine 5.
- Another video from me playing around with a
- It load a million times faster now because I now generate all the terrain caves trees and rivers with noise in one go and I removed ...
- I started using a noise library to get seamless noise. the terrain is now technically infinite. the caves and rivers are generated ...
- [Voxelcraft] First steps with libgdx
- I decided to try and make a
In-Depth Information on Libgdx Voxel Engine 5
some optimizations done to remove garbage collector pauses, mesh culling and sedimentary rock layers. I wish I could screen ... Techniques used to make it work: Chunks, 3D Perlin noise, interpolated Marching cubes algorithm, Threads. C#, Unity, C++, OpenGL, Java, Runs on a web server, serving up a 3D experience instead of the old flat web. Maps are created using Blender and exported to ...
I started experimenting with making caves and added block placing which is a little buggy at the moment but should be easy to fix.
That wraps up our extensive overview of Libgdx Voxel Engine 5.