Board index FlightGear Development Aircraft

Is there a full list somewhere of animation properties that

Questions and discussion about creating aircraft. Flight dynamics, 3d models, cockpits, systems, animation, textures.

Is there a full list somewhere of animation properties that

Postby MDaniels3001 » Fri Dec 01, 2006 6:05 pm

Is there a full list somewhere of animation properties that can be applied to models in the model.xml file? Properties such as >rotate<, or >select<, or greater-than, less-than, etc...?

Specifically, if select makes something disappear, is there an opposite animation prop that makes things reappear?

I am trying to make several morph target states of an aircraft with folding wings appear and disappear along the timeline of the landing gear position norm property from 0 to 1....so far I can make the states either appear or disappear along the timeline, not both...which is kinda necessary.

model one has to appear when the gear property is at .1
model two has to appear when the gear property is at .3
model three has to appear when the gear property is at .5

and so on creating a morphing effect.

Anyone have a list of animateable properties? current?

Thanks!
MDaniels3001
 
Posts: 12
Joined: Thu Nov 30, 2006 2:36 am
Location: Alexandria, VA

Postby fredb » Fri Dec 01, 2006 7:20 pm

User avatar
fredb
 
Posts: 753
Joined: Fri Dec 01, 2006 11:41 am
Location: Paris, France

Animation...

Postby syd_cyyf » Sat Dec 02, 2006 2:05 am

Actually , 'select' make an object appear when a certain condition is true....
Example:

<animation>
<type>select</type>
<object-name>LHFastprop</object-name>
<condition>
<greater-than>
<property>/engines/engine[0]/rpm</property>
<value>999</value>
</greater-than>
</condition>
</animation>

this displays the blurred prop when the /engines/engine[0]/rpm is greater than 999 , below that rpm it disappears

Syd
syd_cyyf
 
Posts: 168
Joined: Fri Dec 01, 2006 1:58 am
Location: Lethbridge AB
Callsign: C-CYYF
IRC name: syd
Version: GIT
OS: Linux


Return to Aircraft

Who is online

Users browsing this forum: No registered users and 13 guests