Skip to content

Commit f75f551

Browse files
committed
Update boxes.py
1 parent f4ca783 commit f75f551

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/boxes.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
root_path = os.path.dirname(__file__)
2828

2929
box1 = Wavefront(os.path.join(root_path, 'data/box/box-V3F.obj'))
30-
box2 = Wavefront(os.path.join(root_path,'data/box/box-C3F_V3F.obj'))
31-
box3 = Wavefront(os.path.join(root_path,'data/box/box-N3F_V3F.obj'))
32-
box4 = Wavefront(os.path.join(root_path,'data/box/box-T2F_V3F.obj'))
33-
box5 = Wavefront(os.path.join(root_path,'data/box/box-T2F_C3F_V3F.obj'))
34-
box6 = Wavefront(os.path.join(root_path,'data/box/box-T2F_N3F_V3F.obj'))
30+
box2 = Wavefront(os.path.join(root_path, 'data/box/box-C3F_V3F.obj'))
31+
box3 = Wavefront(os.path.join(root_path, 'data/box/box-N3F_V3F.obj'))
32+
box4 = Wavefront(os.path.join(root_path, 'data/box/box-T2F_V3F.obj'))
33+
box5 = Wavefront(os.path.join(root_path, 'data/box/box-T2F_C3F_V3F.obj'))
34+
box6 = Wavefront(os.path.join(root_path, 'data/box/box-T2F_N3F_V3F.obj'))
3535

3636
rotation = 0.0
3737
lightfv = ctypes.c_float * 4

0 commit comments

Comments
 (0)