Skip to content

Commit

Permalink
hide scene manager and view control gui plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 9, 2024
1 parent f03476b commit 966f48c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions examples/worlds/global_illumination.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,25 @@ A demo showcasing global illumination (using VCT method) enabled for the camera
<!-- <plugin filename="GlobalIlluminationVct" name="Global Illumination Vct">
</plugin> -->

<plugin filename="GzSceneManager" name="Scene Manager"/>
<plugin filename="InteractiveViewControl" name="Interactive view control"/>
<plugin filename="GzSceneManager" name="Scene Manager">
<gz-gui>
<property key="resizable" type="bool">false</property>
<property key="width" type="double">5</property>
<property key="height" type="double">5</property>
<property key="state" type="string">floating</property>
<property key="showTitleBar" type="bool">false</property>
</gz-gui>
</plugin>

<plugin filename="InteractiveViewControl" name="Interactive view control">
<gz-gui>
<property key="resizable" type="bool">false</property>
<property key="width" type="double">5</property>
<property key="height" type="double">5</property>
<property key="state" type="string">floating</property>
<property key="showTitleBar" type="bool">false</property>
</gz-gui>
</plugin>

<plugin filename="TransformControl" name="Transform control">
<gz-gui>
Expand Down

0 comments on commit 966f48c

Please sign in to comment.