Tweaks
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ if st_mode:
|
|
| 20 |
plotter = pv.Plotter(window_size=[800,600])
|
| 21 |
|
| 22 |
|
| 23 |
-
print('Reading objs...')
|
| 24 |
mesh = pv.read('a_mouse.obj')
|
| 25 |
plotter.add_mesh(mesh, smooth_shading=True, color='white')
|
| 26 |
|
|
|
|
| 20 |
plotter = pv.Plotter(window_size=[800,600])
|
| 21 |
|
| 22 |
|
| 23 |
+
print('Reading all the objs...')
|
| 24 |
mesh = pv.read('a_mouse.obj')
|
| 25 |
plotter.add_mesh(mesh, smooth_shading=True, color='white')
|
| 26 |
|