rdiankov / openrave

Open Robotics Automation Virtual Environment: An environment for testing, developing, and deploying robotics motion planning algorithms.
http://www.openrave.org
Other
696 stars 342 forks source link

Add API for setting visibility of crop margins, render crop margins as boxes, fix transparency rendering #1251

Closed seanzhang15 closed 1 year ago

seanzhang15 commented 1 year ago

This PR:

Crop-margin visualization: image

cielavenir commented 1 year ago

It causes meshes to show the wireframes, which makes harder to view the scene.

Please make mesh behavior as before.

Screenshot from 2023-06-12 12-58-31

cielavenir commented 1 year ago

It is like this in production branch:

Screenshot from 2023-06-12 13-10-15

cielavenir commented 1 year ago

(I will restart the performance test after that issue is corrected)

seanzhang15 commented 1 year ago

New image:

image

The outline is still displayed, but the ones in the back are properly covered by the robot, which is semi-transparent here.

cc @braineo

cielavenir commented 1 year ago

now it would be ok

braineo commented 1 year ago

transparent box inside another transparent box

image

rdiankov commented 1 year ago

thanks~