Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bullet Lib voxels. Empty versions of boxes. #2

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions 10mmVA.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# MagicaVoxel @ Ephtracy

newmtl palette
illum 1
Ka 0.000 0.000 0.000
Kd 1.000 1.000 1.000
Ks 0.000 0.000 0.000
map_Kd 10mmVA.png
93 changes: 93 additions & 0 deletions 10mmVA.obj
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# MagicaVoxel @ Ephtracy

# group
o 10box

# material
mtllib 10mmVA.mtl
usemtl palette

# normals
vn -1 0 0
vn 1 0 0
vn 0 0 1
vn 0 0 -1
vn 0 -1 0
vn 0 1 0

# texcoords
vt 0.0292969 0.5
vt 0.0449219 0.5
vt 0.0527344 0.5

# verts
v -0.1 0 0
v -0.1 0 -0.1
v -0.1 0.1 0
v -0.1 0.1 -0.1
v 0.2 0 0
v 0.2 0 -0.1
v 0.2 0.1 0
v 0.2 0.1 -0.1
v -0.1 0 0
v -0.1 0.1 0
v 0 0 0
v 0 0.1 0
v 0.1 0 0
v 0.1 0.1 0
v 0.2 0 0
v 0.2 0.1 0
v -0.1 0 -0.1
v -0.1 0.1 -0.1
v 0 0 -0.1
v 0 0.1 -0.1
v 0.1 0 -0.1
v 0.1 0.1 -0.1
v 0.2 0 -0.1
v 0.2 0.1 -0.1
v -0.1 0 0
v 0 0 0
v 0.1 0 0
v 0.2 0 0
v -0.1 0 -0.1
v 0 0 -0.1
v 0.1 0 -0.1
v 0.2 0 -0.1
v -0.1 0.1 0
v 0 0.1 0
v 0.1 0.1 0
v 0.2 0.1 0
v -0.1 0.1 -0.1
v 0 0.1 -0.1
v 0.1 0.1 -0.1
v 0.2 0.1 -0.1

# faces
f 3/1/1 2/1/1 1/1/1
f 4/1/1 2/1/1 3/1/1
f 5/3/2 6/3/2 7/3/2
f 7/3/2 6/3/2 8/3/2
f 11/1/3 10/1/3 9/1/3
f 12/1/3 10/1/3 11/1/3
f 13/2/3 12/2/3 11/2/3
f 14/2/3 12/2/3 13/2/3
f 15/3/3 14/3/3 13/3/3
f 16/3/3 14/3/3 15/3/3
f 17/1/4 18/1/4 19/1/4
f 19/1/4 18/1/4 20/1/4
f 19/2/4 20/2/4 21/2/4
f 21/2/4 20/2/4 22/2/4
f 21/3/4 22/3/4 23/3/4
f 23/3/4 22/3/4 24/3/4
f 29/1/5 26/1/5 25/1/5
f 30/2/5 27/2/5 26/2/5
f 30/1/5 26/1/5 29/1/5
f 31/3/5 28/3/5 27/3/5
f 31/2/5 27/2/5 30/2/5
f 32/3/5 28/3/5 31/3/5
f 33/1/6 34/1/6 37/1/6
f 34/2/6 35/2/6 38/2/6
f 37/1/6 34/1/6 38/1/6
f 35/3/6 36/3/6 39/3/6
f 38/2/6 35/2/6 39/2/6
f 39/3/6 36/3/6 40/3/6
Binary file added 10mmVA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions 10mmVB.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# MagicaVoxel @ Ephtracy

newmtl palette
illum 1
Ka 0.000 0.000 0.000
Kd 1.000 1.000 1.000
Ks 0.000 0.000 0.000
map_Kd 10mmVB.png
Loading