Way to get softbody render from p.getCameraImage?

Post Reply
janci5243
Posts: 7
Joined: Sat Jan 06, 2018 4:44 pm

Way to get softbody render from p.getCameraImage?

Post by janci5243 »

Hi,

Is it possible to get softbody on renders from p.getCameraImage? It only seems to be displayed on the main GUI window, but synthetic camera windows do not seem to show it.

By inspecting the code, I found that soft-bodies are only rendered in debugDraw - is it possible to use it to get draw data for p.getCameraImage?

Thanks for any advice!

Jan
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: Way to get softbody render from p.getCameraImage?

Post by Erwin Coumans »

This is not implemented yet, soft body in PyBullet is very preliminary.
janci5243
Posts: 7
Joined: Sat Jan 06, 2018 4:44 pm

Re: Way to get softbody render from p.getCameraImage?

Post by janci5243 »

Hi Erwin,

thanks for the reply. Could you give me some quick pointers on how to go around implementing it? If it is not an absolutely massive task, I would be happy to take it on.

Jan
Post Reply