You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAMERA_EYE_POSITION_ = [0, 0, 1.25] # physical location of the camera in x, y, and z coordinates
CAMERA_TARGET_POSITION_ = [0, 0, 0] # the point that we wish the camera to face. [0, 0, 0] is origin
CAMERA_UP_VECTOR_ = [0, 1, 0] # describe the orientation of the camera
CAMERA_VIEW_MATRIX_ = p.computeViewMatrix(cameraEyePosition=CAMERA_EYE_POSITION_,
cameraTargetPosition=CAMERA_TARGET_POSITION_,
cameraUpVector=CAMERA_UP_VECTOR_)
when I use this code,how to get camrea psoe?
Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
CAMERA_EYE_POSITION_ = [0, 0, 1.25] # physical location of the camera in x, y, and z coordinates
CAMERA_TARGET_POSITION_ = [0, 0, 0] # the point that we wish the camera to face. [0, 0, 0] is origin
CAMERA_UP_VECTOR_ = [0, 1, 0] # describe the orientation of the camera
CAMERA_VIEW_MATRIX_ = p.computeViewMatrix(cameraEyePosition=CAMERA_EYE_POSITION_,
cameraTargetPosition=CAMERA_TARGET_POSITION_,
cameraUpVector=CAMERA_UP_VECTOR_)
when I use this code,how to get camrea psoe?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions