Skip to content

Resolve "feat(viz): grid adaptor"

Flavien BRIDAULT requested to merge 1166-feat-viz-grid-adaptor into dev

Description

A new adaptor that displays the grid, with a customizable size, elevation and color is now available:

    <service uid="..." type="sight::module::viz::scene3d::adaptor::SGrid">
        <config transform="..." size="30" dashLength="2.5" color="#0000FF" elevation="200"/>
    </service>

Closes #1166 (closed)

How to test it?

Launch SightViewer

Data

For the GUI tests, an update of sight-data is needed.

Edited by Flavien BRIDAULT

Merge request reports