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
I installed the module in Python using pip. Now i wanted to create my own Scenes but could not find a way how to set the Cmake-Flag for GPU-neighorhood search in python. Is it possible to change this flag in Python?
The second issue is, how to change the gravitation term in Python? In my simulation I want to do a fluid simulation, without any gravitational force. I tried to use:
sim.setValueFloat(sim.GRAVITATION, [0, 0, 0])