File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727root_path = os .path .dirname (__file__ )
2828
2929box1 = 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
3636rotation = 0.0
3737lightfv = ctypes .c_float * 4
You can’t perform that action at this time.
0 commit comments