implement first draft of pybullet.renderImage for synthetic camera

remove a few debug printf from tinyrenderer
This commit is contained in:
Erwin Coumans
2016-06-06 18:54:05 -07:00
parent 8076d5235c
commit 1c7f87aff1
7 changed files with 180 additions and 15 deletions

View File

@@ -1003,7 +1003,7 @@ bool PhysicsServerCommandProcessor::processCommand(const struct SharedMemoryComm
if (clientCmd.m_requestPixelDataArguments.m_startPixelIndex==0)
{
printf("-------------------------------\nRendering\n");
// printf("-------------------------------\nRendering\n");
if ((clientCmd.m_updateFlags & REQUEST_PIXEL_ARGS_HAS_CAMERA_MATRICES)!=0)
{