mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-20 10:47:19 +01:00
Small fix to the readme.
This commit is contained in:
parent
7bb7f8b977
commit
c6cf197ccd
@ -173,7 +173,7 @@ This is done by `setup_chunk(shunk)` in `VoxelWorld`.
|
||||
return ._create_chunk(x, y, z, chunk)
|
||||
```
|
||||
|
||||
You can look at the other world implementations for more examples: [VoxelWorldBlocky](https://github.com/Relintai/voxelman/blob/master/world/blocky/voxel_world_blocky.cpp), [VoxelWorldMarchingCubes](https://github.com/Relintai/voxelman/blob/master/world/marching_cubes/voxel_world_marching_cubes.cpp).
|
||||
You can look at the world implementations for more examples: [VoxelWorldBlocky](https://github.com/Relintai/voxelman/blob/master/world/blocky/voxel_world_blocky.cpp), [VoxelWorldMarchingCubes](https://github.com/Relintai/voxelman/blob/master/world/marching_cubes/voxel_world_marching_cubes.cpp).
|
||||
|
||||
#### VoxelChunk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user