From e401306d6d0a7f3190619f4d7d4fae101e805b36 Mon Sep 17 00:00:00 2001 From: frohlich Date: Mon, 15 Jan 2007 19:05:56 +0000 Subject: [PATCH] Modified Files: model-howto.html: Document the visible property for the pick animation. --- Docs/model-howto.html | 4 ++++ 1 file changed, 4 insertions(+) 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>