diff --git a/Docs/model-howto.html b/Docs/model-howto.html index 572a53ed5..e1b1c3dec 100644 --- a/Docs/model-howto.html +++ b/Docs/model-howto.html @@ -345,7 +345,7 @@ position from -18 degrees to 18 degrees:
If you wanted to reverse the direction of rudder movement, you would use a factor of -18.
-There is also an offset property that can be useful for +
There is also an offset-deg property that can be useful for starting the rotation from a point other than center. For example, let's say that you want the rudder to start 1% to the left rather than dead center; you could specify that like this:
@@ -354,7 +354,7 @@ dead center; you could specify that like this: <type>rotate</type> <object-name>Rudder</object-name> <property>/controls/rudder</property> - <offset>-0.01</offset> + <offset-deg>-0.01</offset-deg> <factor>18</factor> </animation> @@ -370,7 +370,7 @@ complicated) example for the Cessna 310 landing gear: <object-name>NoseWheel</object-name> <property>/gear/gear[0]/position-norm</property> <factor>120</factor> - <offset>-1</offset> + <offset-deg>-1</offset-deg> <min>-90</min> <max>0</max> <center>