Fixing a bug on Visualizer Camera and a few more

- resetDebugVisualizerCamera now accepts negative values for pitch and
yaw angles

- Defining kitchen model to be concave, so as to be able to put floating
objects inside

- Fixed an indention error in testrender_np.py
This commit is contained in:
Mohi
2017-03-13 10:38:02 -07:00
parent bd3009a5eb
commit 43b0a8b6fb
3 changed files with 178 additions and 178 deletions

View File

@@ -43,8 +43,8 @@ for pitch in range (0,360,10) :
print ('width = %d height = %d' % (w,h))
#note that sending the data to matplotlib is really slow
plt.imshow(rgb,interpolation='none')
plt.imshow(rgb,interpolation='none')
plt.pause(0.001)
main_stop = time.time()