Skip to content
Snippets Groups Projects

Resolve "Basic voxelization"

Merged Ghost User requested to merge 70-basic-voxelization into develop
Compare and Show latest version
7 files
+ 36
14
Compare changes
  • Side-by-side
  • Inline
Files
7
struct VoxelInfo{
vec3 offset;
float extent;
};
\ No newline at end of file
Loading