-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Situation
The loader for heightmaps is implemented in mars_graphics and assigned in mars_core::Simulator (see below) to be used in mars_scene_loader. In the mars_scene_loader it is used not only to set up the graphics, but also to set up the collisions for the height field.
Line 328 in bd5c975
| ControlCenter::loadCenter->loadHeightmap = control->graphics->getLoadHeightmapInterface(); |
Task
Make the height map loader accessible even if mars_graphics is not loaded to enable using heightfields if mars_app is started without gui (mars_app --no-gui ...).
Metadata
Metadata
Assignees
Labels
No labels