basic working polygon renderer
This commit is contained in:
7
src/world/chunk.rs
Normal file
7
src/world/chunk.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use crate::client::render::voxel::VoxelColor;
|
||||
|
||||
use super::component::TrackedGrid;
|
||||
|
||||
pub struct Chunk {
|
||||
grid: TrackedGrid<VoxelColor>
|
||||
}
|
||||
Reference in New Issue
Block a user