Expose using projective texture as a flag in pybullet getCameraImage API.
This commit is contained in:
@@ -616,7 +616,9 @@ enum EnumRenderer
|
||||
enum EnumRendererAuxFlags
|
||||
{
|
||||
ER_SEGMENTATION_MASK_OBJECT_AND_LINKINDEX=1,
|
||||
ER_USE_PROJECTIVE_TEXTURE=2,
|
||||
};
|
||||
|
||||
///flags to pick the IK solver and other options
|
||||
enum EnumCalculateInverseKinematicsFlags
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user