maliput / delphyne

Scenario and search based Ego/Ado Car traffic simulations
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Remove culling property #753

Closed agalbachicar closed 3 years ago

agalbachicar commented 3 years ago

Part of https://github.com/ToyotaResearchInstitute/delphyne-gui/pull/356

Goes on top of #750

It removes the ?culling=off parameter to the mesh URI of a RoadNetwork. It is not used by the current RenderWidget class and it prevents the new Scene3D plugin to load the mesh URI (it does not support encoded parameters).

Should be reviewed from 844ea15 on.

Goes hand in hand with https://github.com/ToyotaResearchInstitute/delphyne-gui/pull/356