Skip to content

Commit 60ffb3c

Browse files
committed
Add missing files. Fixes #115.
1 parent 2daec8b commit 60ffb3c

File tree

3 files changed

+771
-0
lines changed

3 files changed

+771
-0
lines changed

examples/voxelize/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
all:
2+
g++ -o voxelizer main.cc

examples/voxelize/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Voxelize .obj and export it as also in .obj
2+
3+
## Third party library
4+
5+
This example uses https://github.com/karimnaaji/voxelizer, which is licensed under MIT Liense.

0 commit comments

Comments
 (0)