Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86fb58c

Browse files
committed
Reformat sample.py
1 parent d8efc1d commit 86fb58c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/sample.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
import tinyobjloader
33

4-
filename = "../models/cornell_box.obj";
4+
filename = "../models/cornell_box.obj"
55

66

77
reader = tinyobjloader.ObjReader()
@@ -59,8 +59,8 @@
5959
m.diffuse = [1, 2, 3]
6060
print(m.diffuse)
6161

62-
#print(m.shininess)
63-
#print(m.illum)
62+
# print(m.shininess)
63+
# print(m.illum)
6464

6565
shapes = reader.GetShapes()
6666
print("Num shapes: ", len(shapes))

0 commit comments

Comments
 (0)