Replies: 2 comments
-
@breznak , were you able to solve this? Having same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
@shpigi unfortunately I still haven't solved that. I'm not dealing with that problem anymore, though |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Setup:
Linux, pybullet 2.5.3, also with latest 2.6; python 3.7.5
Problem
In my environment I have
GUI_on
handling:And then I want shadows enabled:
Expected behavior:
shadows shown always (regardless of GUI_on variable)
Actual behavior
With
GUI_on=True
, shawdows are shown,while with
GUI_on=False
the shadows are not rendered.Is this a bug or something incorrect in my setting? Thank you,
Beta Was this translation helpful? Give feedback.
All reactions