On dimanche 05 octobre 2008, Ron Jensen wrote:
> On Sun, 2008-10-05 at 18:31 +0200, gerard robin wrote:
> > On dimanche 05 octobre 2008, Ron Jensen wrote:
> > > On Sun, 2008-10-05 at 18:13 +0200, Erik Hofman wrote:
> > > > Ron Jensen wrote:
> > > > > Take a look at converting over from panels to OSG hotspots.
> > > >
> > > > Just to be sure, is this the ´pick animation' or yet another method?
> > > >
> > > > Erik
> > >
> > > Sorry for not being clear.  Yes it is the pick animation.
> > >
> > > Ron
> >
> > I didn't understood that feature.
> > How can we turn a knob,  increase or decrease a value , since it is the
> > same object.
>
> I use the left button/right button or the mouse wheel forward/back:
>
> <!-- Flight Intruments -->
> <animation>
>   <type>pick</type>
>   <object-name>knob-fltinst</object-name>
>   <action>
>     <button>0</button>
>     <binding>
>       <command>property-adjust</command>
>       <property>controls/lighting/instruments-norm</property>
>       <step>0.1</step>
>       <min>0</min>
>       <max>1</max>
>       <wrap>0</wrap>
>     </binding>
>   </action>
>   <action>
>     <button>1</button>
>     <binding>
>       <command>property-adjust</command>
>       <property>controls/lighting/instruments-norm</property>
>       <step>-0.1</step>
>       <min>0</min>
>       <max>1</max>
>       <wrap>0</wrap>
>     </binding>
>   </action>
>
>   <action>
>     <button>4</button>
>     <binding>
>       <command>property-adjust</command>
>       <property>controls/lighting/instruments-norm</property>
>       <step>0.1</step>
>       <min>0</min>
>       <max>1</max>
>       <wrap>0</wrap>
>     </binding>
>   </action>
>   <action>
>     <button>3</button>
>     <binding>
>       <command>property-adjust</command>
>       <property>controls/lighting/instruments-norm</property>
>       <step>-0.1</step>
>       <min>0</min>
>       <max>1</max>
>       <wrap>0</wrap>
>     </binding>
>   </action>
> </animation>
>
Thanks , i understand now.

I mainly understand that they will be a huge work to translate the existing 
models.  :)

Cheers



-- 
Gérard
http://pagesperso-orange.fr/GRTux/

J'ai décidé d'être heureux parce que c'est bon pour la santé. 
Voltaire

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to