Author Topic: JFlightSim  (Read 10811 times)

Offline guiloic

  • byte
  • *
  • Posts: 24
    • View Profile
JFlightSim
« on: April 27, 2006, 09:48:45 pm »
Hello,

I present my project : a flight simulator ;) You can download it on the website . You will found screenshots and movies. I'm sorry but I'm french then... the site is in french but on the forum I've open an english corner

www.devcat.org/pilotage

I will release source code next week.
ww.devcat.org

Offline mogli

  • byte
  • *
  • Posts: 38
    • View Profile
JFlightSim
« Reply #1 on: April 28, 2006, 10:18:20 am »
très bien dessin et gentil idee!

Offline manumoi

  • long
  • ***
  • Posts: 121
    • View Profile
    • http://www.iro.umontreal.ca/~blanchae
JFlightSim
« Reply #2 on: May 02, 2006, 02:59:51 am »
Ca a l air sympa. Bonne continuation. Ca m interesserait de savoir comment tu geres les textures sur tes montagnes... Et est ce que c est moi ou est ce qu il y a une gestion dynamique de l ombre produite par les montagnes?

Manu

PS:  In english :P
I was just saying that i was interested in his way of dealing with textures on his ground (looks similar to the method used by rolz in Technopolis but who knows... And also there seems to be something like shadows on the mountain and i was wondering if i was dreaming??? :D


PS2: And concerning rolz?

Anybody has news from Belarus?

Offline guiloic

  • byte
  • *
  • Posts: 24
    • View Profile
JFlightSim
« Reply #3 on: May 02, 2006, 08:02:37 pm »
hi !

Quote
Ca a l air sympa. Bonne continuation. Ca m interesserait de savoir comment tu geres les textures sur tes montagnes... Et est ce que c est moi ou est ce qu il y a une gestion dynamique de l ombre produite par les montagnes?


j'applique une Texture sur un Object3D chargé depuis un .3ds. et l'effet d'ombre est géré par la librairie. il ya des paramètres dans la classes Config pour ça.

en: I set a Texture to n Object3D loaded from a .3ds The shadow is rendered by jPCT.

I've a forum now (with an english corner ;)) : www.devcat.org/pilotage/forum
ww.devcat.org

Offline Melssj5

  • double
  • *****
  • Posts: 724
    • View Profile
JFlightSim
« Reply #4 on: May 02, 2006, 11:09:51 pm »
I  couldnt watch the video, using windows media player. Where can I download the codecs.
Nada por ahora

Offline manumoi

  • long
  • ***
  • Posts: 121
    • View Profile
    • http://www.iro.umontreal.ca/~blanchae
JFlightSim
« Reply #5 on: May 03, 2006, 12:37:01 am »
Hello,
cool. Is it possible to see the piece of code that produces the shadow (if i correctly understand you).
Quote
The shadow is rendered by jPCT.


Thanks,

Emmanuel

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
JFlightSim
« Reply #6 on: May 03, 2006, 12:40:41 am »
Quote from: "manumoi"
Is it possible to see the piece of code that produces the shadow (if i correctly understand you).
Seems to be standard vertex lighting to me.

Offline Melssj5

  • double
  • *****
  • Posts: 724
    • View Profile
JFlightSim
« Reply #7 on: May 03, 2006, 04:46:08 am »
Yeah, no really shadow managment, just the vertex lighting. You may be confused with the 2 small images in wich you can see a helicopter shadows. Thats a video and is not made with jpct.
Nada por ahora

Offline manumoi

  • long
  • ***
  • Posts: 121
    • View Profile
    • http://www.iro.umontreal.ca/~blanchae
JFlightSim
« Reply #8 on: May 03, 2006, 07:16:37 am »
Doh, sorry guys, i thought there was the shadow of the mountain at the end of the ballon.avi but obviously i was wrong.

 :oops:

Offline guiloic

  • byte
  • *
  • Posts: 24
    • View Profile
JFlightSim
« Reply #9 on: May 03, 2006, 04:01:37 pm »
Movies was made using screenrecorder (you need DivX 6 codec as specified in french  :lol: ). It's really my jPCT application.

Concerning the shadow, I think it's a compression effect. But I'm sure I have done nothing about this.
ww.devcat.org