File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
root_path = os .path .dirname (__file__ )
28
28
29
29
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' ))
35
35
36
36
rotation = 0.0
37
37
lightfv = ctypes .c_float * 4
You can’t perform that action at this time.
0 commit comments