diff --git a/Docs/model-howto.html b/Docs/model-howto.html index e1b1c3dec..3f7ac5479 100644 --- a/Docs/model-howto.html +++ b/Docs/model-howto.html @@ -1306,10 +1306,14 @@ the same that you would set in <property-base>.

This animation type is used to execute a command binding when the mouse is pressed on this particular object. The Commands are the usual bindings like used elsewhere in flightgear. +

The visible property tells if the object should be visible as is. Setting + that to false make sense if you have small buttons on the instrument model + but you want to have huge active areas for interaction. It defaults to true.

<animation>
   <type>pick</type>
   <object-name>Button</object-name>
+  <visible>true</visible>
   <action>
     <button>0</button>
     <repeatable>true</repeatable>