Add pybullet API for shadow.

This commit is contained in:
yunfeibai
2016-11-29 14:10:07 -08:00
parent b40c9cde96
commit 0cb2b21b5f
4 changed files with 13 additions and 8 deletions

View File

@@ -141,7 +141,7 @@ struct RequestPixelDataArgs
float m_lightDirection[3];
float m_lightColor[3];
float m_lightDistance;
bool m_hasShadow;
int m_hasShadow;
};
enum EnumRequestPixelDataUpdateFlags