broken_seals/game/voxelman/world
2020-03-29 21:30:40 +02:00
..
CubicVoxelMesher.gd Removed a few more now unused classes, and reorganized the Voxelman folder. 2020-02-13 14:06:56 +01:00
TestVoxelMesher.gd Update HEADS to get the indexing/Cubic Mesher improvements from Voxelman. Updated most of the level generation logic. (A few errors still get printed to the console though.) Right now (temporarily) only the Cubic Mesher's mesh is visible. 2020-02-14 03:25:41 +01:00
TVTestScene.tscn Went back to using the voxel textures I created, but set them to be 256x256. 2020-02-15 15:42:40 +01:00
TVVoxelChunk.gd Started implementing lod for the world. The current idea is for Lod level 1 to not use uv2. For lod level 2+ the meshes will be combined and the texture mapping will be converted to only vertex colors, and these will be simplified. Also update the modules to get all the new features needed. 2020-03-29 21:30:40 +02:00
TVVoxelMesher.gd Few small fixes/cleanups. Also updated heads to get an uninitialized variable fix from ESS. This fixed player spawning issues. 2020-03-12 13:50:14 +01:00
TVVoxelWorld.gd Few small fixes/cleanups. Also updated heads to get an uninitialized variable fix from ESS. This fixed player spawning issues. 2020-03-12 13:50:14 +01:00
TVVoxelWorld.tscn Removed a few more now unused classes, and reorganized the Voxelman folder. 2020-02-13 14:06:56 +01:00