Skip to content
Snippets Groups Projects
Unverified Commit b640456d authored by Mathieu Doucet's avatar Mathieu Doucet Committed by GitHub
Browse files

Add dummy monitor

parent 7a25dcec
No related branches found
No related tags found
No related merge requests found
...@@ -74,5 +74,27 @@ ...@@ -74,5 +74,27 @@
</cuboid> </cuboid>
<algebra val="pixel-shape"/> <algebra val="pixel-shape"/>
</type> </type>
<!--MONITORS-->
<component idlist="monitors" type="monitors">
<location/>
</component>
<type name="monitors">
<component type="monitor">
<location name="monitor1" z="-0.23368"/>
</component>
</type>
<type is="monitor" name="monitor">
<cylinder id="cyl-approx">
<centre-of-bottom-base x="0.0" y="0.0" z="0.0"/>
<axis x="0.0" y="0.0" z="1.0"/>
<radius val="0.01"/>
<height val="0.03"/>
</cylinder>
<algebra val="cyl-approx"/>
</type>
<idlist idname="monitors">
<id val="-1"/>
</idlist>
</instrument> </instrument>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment