userLayladcancel
reposbox-sandbloxcancel

34 Commits over 61 Days - 0.02cph!

3 Years Ago
Pass voxel size into shader
3 Years Ago
Easily change voxel size
3 Years Ago
.addon update
3 Years Ago
smaller znear
3 Years Ago
Remove noclip controller
3 Years Ago
remove debug log
3 Years Ago
Update Player.cs
3 Years Ago
firstperson
3 Years Ago
Update Chunk.cs
3 Years Ago
Add chunk collision shapes to world body so player movement works on it
3 Years Ago
Cleanup voxel shader
3 Years Ago
Fix compile error so the game runs, inefficient networking though
3 Years Ago
undo chunk change, corrupting the vertex buffer for some reason
3 Years Ago
Add planar mapping to voxel shader
3 Years Ago
Only create chunk vertex buffer if there's verts
3 Years Ago
Ignore block type in face mask when generating collision on server
3 Years Ago
try bigger map size
3 Years Ago
Only rebuild collision mesh on server
3 Years Ago
Clean up chunk resources in OnDestroy
3 Years Ago
Initial attempt to network initial chunk data, needs engine changes to compile tho
3 Years Ago
Make block data local to chunk instead of local to map to make it easier to network
3 Years Ago
Move chunks into map, add MapDesc
3 Years Ago
Creating and updating collision meshes proof of concept
3 Years Ago
map recompile
3 Years Ago
Update bootstrap map
3 Years Ago
Update .addon
3 Years Ago
Add Map.GetBlockPosInChunk
3 Years Ago
Add Map.GetBlockChunkIndex
3 Years Ago
Start using IntVector3 for everything
3 Years Ago
Beef up IntVector3
3 Years Ago
add back block removing
3 Years Ago
Allocate chunk vertex buffer as needed so we don't have to allocate a massive one upfront
3 Years Ago
Fast greedy mesh slice updating
3 Years Ago
Greedy meshing (slow to update until i do fast mesh updating)