Board index FlightGear Development Aircraft

C130 remodel for Orbiter

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

Re: C130 remodel for Orbiter

Postby TheTom » Thu Nov 08, 2012 1:37 pm

GATTISPILOT wrote in Thu Nov 08, 2012 1:08 pm:maybe like this?

Doesn't seem too wrong :)

Btw. the wheels are far too small. The main tires should be about 56"x20" and the nose wheels about 39"x13"...
TheTom
 
Posts: 322
Joined: Sun Oct 09, 2011 11:20 am

Re: C130 remodel for Orbiter

Postby GATTISPILOT » Thu Nov 08, 2012 4:35 pm

Thanks
I increase the size some of it didn't have to increase the wheel hold area.

On the hold area I basically followed the sides.


Image
Image
GATTISPILOT
 
Posts: 39
Joined: Tue Oct 30, 2012 1:56 pm
Location: Dallas, TX

Re: C130 remodel for Orbiter

Postby GATTISPILOT » Sat Nov 10, 2012 3:44 pm

thanks. On the flaps trying to follow the sequence/code. for the outside left flap it is

<!-- Volets
-->
- <animation>
<type>translate</type>
<object-name>voletG1</object-name>
<property>surface-positions/flap-pos-norm</property>
<factor>0.70</factor>
- <axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
- <animation>
<type>translate</type>
<object-name>voletG1</object-name>
<property>surface-positions/flap-pos-norm</property>
<factor>0.45</factor>
- <axis>
<x>0</x>
<y>0</y>
<z>1</z>
</axis>
</animation>
- <animation>
<type>rotate</type>
<object-name>voletG1</object-name>
<property>surface-positions/flap-pos-norm</property>
<factor>-50</factor>
- <center>
<x-m>2.153</x-m>
<y-m>-9.882</y-m>
<z-m>3,720</z-m>
</center>
- <axis>
<x>-0.105</x>
<y>-0.700</y>
<z>0.060</z>
</axis>
</animation>


so it translates.70 in the x direction (Is the x direction left/right from the rear of the plane? ) and .45 in the z (z is front to back?) and then rotates down. right?
GATTISPILOT
 
Posts: 39
Joined: Tue Oct 30, 2012 1:56 pm
Location: Dallas, TX

Re: C130 remodel for Orbiter

Postby helijah » Sat Nov 10, 2012 4:15 pm

Hi GATTISPILOT

And yes it's right. But the three actions are simultaneously starting with the last.

Rotation about a specific axis, displacement along Z and displacement along X.

But I repeat the 3 occur simultaneously :)

Regards Emmanuel
Some planes (and other) for FlightGear
http://helijah.free.fr
and
http://embaranger.free.fr
User avatar
helijah
 
Posts: 1340
Joined: Wed Dec 27, 2006 1:35 pm
Location: Chartres (France)
Callsign: helijah
IRC name: helijah
Version: GIT
OS: GNU/Linux

Re: C130 remodel for Orbiter

Postby GATTISPILOT » Sat Nov 10, 2012 6:11 pm

Thanks so they all 3 go at the same time. But not sure why the x left/right movement
GATTISPILOT
 
Posts: 39
Joined: Tue Oct 30, 2012 1:56 pm
Location: Dallas, TX

Re: C130 remodel for Orbiter

Postby Gijs » Sat Nov 10, 2012 6:49 pm

For the correct directions of the axis, see http://wiki.flightgear.org/Howto:3D_Aircraft_Models
Airports: EHAM, EHLE, KSFO
Aircraft: 747-400
User avatar
Gijs
Moderator
 
Posts: 9549
Joined: Tue Jul 03, 2007 3:55 pm
Location: Delft, the Netherlands
Callsign: PH-GYS
Version: Git
OS: Windows 10

Re: C130 remodel for Orbiter

Postby helijah » Sat Nov 10, 2012 8:48 pm

Hi Gijs,

Unrelated to the C130, but I went on IRC there is little to show you something, but you were not present. The magazine French Micro-Sim have a whole page on FG 2.8 in number 225 of October.
Image

Regards Emmanuel
Some planes (and other) for FlightGear
http://helijah.free.fr
and
http://embaranger.free.fr
User avatar
helijah
 
Posts: 1340
Joined: Wed Dec 27, 2006 1:35 pm
Location: Chartres (France)
Callsign: helijah
IRC name: helijah
Version: GIT
OS: GNU/Linux

Re: C130 remodel for Orbiter

Postby Gijs » Sat Nov 10, 2012 8:52 pm

Ah nice! I like MicroSim :-)
I remember they wrote about us before -> http://wiki.flightgear.org/FlightGear_N ... n_the_news
Airports: EHAM, EHLE, KSFO
Aircraft: 747-400
User avatar
Gijs
Moderator
 
Posts: 9549
Joined: Tue Jul 03, 2007 3:55 pm
Location: Delft, the Netherlands
Callsign: PH-GYS
Version: Git
OS: Windows 10

Re: C130 remodel for Orbiter

Postby helijah » Sat Nov 10, 2012 9:40 pm

:) Yes. It was me who had already scanned :) All scan are here :) http://helijah.free.fr/Micro-Sim/

Regards Emmanuel
Some planes (and other) for FlightGear
http://helijah.free.fr
and
http://embaranger.free.fr
User avatar
helijah
 
Posts: 1340
Joined: Wed Dec 27, 2006 1:35 pm
Location: Chartres (France)
Callsign: helijah
IRC name: helijah
Version: GIT
OS: GNU/Linux

Re: C130 remodel for Orbiter

Postby GATTISPILOT » Sun Nov 11, 2012 1:29 am

Thanks. that helped out
Image
GATTISPILOT
 
Posts: 39
Joined: Tue Oct 30, 2012 1:56 pm
Location: Dallas, TX

Re: C130 remodel for Orbiter

Postby helijah » Sun Nov 11, 2012 11:01 am

Wow GATTISPILOT

It's Orbiter picture ? Very nice:)

Regards Emmanuel
Some planes (and other) for FlightGear
http://helijah.free.fr
and
http://embaranger.free.fr
User avatar
helijah
 
Posts: 1340
Joined: Wed Dec 27, 2006 1:35 pm
Location: Chartres (France)
Callsign: helijah
IRC name: helijah
Version: GIT
OS: GNU/Linux

Re: C130 remodel for Orbiter

Postby GATTISPILOT » Mon Nov 12, 2012 4:03 am

Thanks, yes it is. and now it has cargo in the hold
Image
GATTISPILOT
 
Posts: 39
Joined: Tue Oct 30, 2012 1:56 pm
Location: Dallas, TX

Re: C130 remodel for Orbiter

Postby helijah » Mon Nov 12, 2012 6:51 pm

Very nice GATTISPILOT

At this rate of, you'll have us a little video for that we see better results :)

Regards Emmanuel
Some planes (and other) for FlightGear
http://helijah.free.fr
and
http://embaranger.free.fr
User avatar
helijah
 
Posts: 1340
Joined: Wed Dec 27, 2006 1:35 pm
Location: Chartres (France)
Callsign: helijah
IRC name: helijah
Version: GIT
OS: GNU/Linux

Re: C130 remodel for Orbiter

Postby GATTISPILOT » Tue Nov 13, 2012 4:38 pm

Well I am working on trying to get her in the air.

I tried searching on where to set thrust,... But with no luck.
GATTISPILOT
 
Posts: 39
Joined: Tue Oct 30, 2012 1:56 pm
Location: Dallas, TX

Re: C130 remodel for Orbiter

Postby helijah » Wed Dec 26, 2012 10:52 pm

Hi GATTISPILOT

I know the wait was long, but here! Full C130 is available here:

http://www.3dcadbrowser.com/preview.aspx?modelcode=60935

Regards Emmanuel
Some planes (and other) for FlightGear
http://helijah.free.fr
and
http://embaranger.free.fr
User avatar
helijah
 
Posts: 1340
Joined: Wed Dec 27, 2006 1:35 pm
Location: Chartres (France)
Callsign: helijah
IRC name: helijah
Version: GIT
OS: GNU/Linux

Previous

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 11 guests