Skip to content

Loading HeightMaps requires mars_graphics #1

@jliersch

Description

@jliersch

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.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions