branchVoxelExample/mastercancel

28 Commits over 120 Days - 0.01cph!

6 Years Ago
Added ChunkMap_(Get/Set)ExternalFacesVisible
6 Years Ago
Example world
6 Years Ago
Fixed odd behaviour when leaving play mode
6 Years Ago
Working on robustness
6 Years Ago
ChunkMap handles scene reloading better
6 Years Ago
Mostly got saving world state in the editor working
6 Years Ago
Forced text serialization Changes to world in edit mode are saved on scene save
6 Years Ago
Fixed play mode
6 Years Ago
Added EditorBrush script to paint blocks in edit mode
6 Years Ago
Can now change load distance funcs
6 Years Ago
Working on saving worlds as ScriptableObjects Blocks are now ScriptableObjects ChunkMap now updates in edit mode Chunk columns are visible in hierarchy but readonly
6 Years Ago
Avoid Update() per column
6 Years Ago
Added ChunkMap.ForceLoadChunks()
6 Years Ago
Can now press R to clear Added info text
6 Years Ago
Example documentation
6 Years Ago
ChunkGenerator documentation
6 Years Ago
ChunkMap documentation
6 Years Ago
World is now persistent
6 Years Ago
Split ListHelper into a separate file Brush is now visible, can be resized by scrolling
6 Years Ago
Got rid of unnecessary allocations during mesh updates
6 Years Ago
Mesh colliders, making it easier to choose block sizes Fixed raycasting
6 Years Ago
Fixed a possible mesh generation bug
6 Years Ago
Disabled Block material batching Basic painting example Right click to remove
6 Years Ago
Scene changes
6 Years Ago
ChunkGen example
6 Years Ago
Got coloured blocks rendering
6 Years Ago
Initial commit Most of the basics working Basic mesh generation Merge branch 'master' of github.com:Facepunch/VoxelExample
6 Years Ago
Initial commit