www.jpct.net

jPCT - a 3d engine for Java => Projects => Topic started by: guiloic on April 27, 2006, 09:48:45 pm

Title: JFlightSim
Post by: guiloic 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.
Title: JFlightSim
Post by: mogli on April 28, 2006, 10:18:20 am
très bien dessin et gentil idee!
Title: JFlightSim
Post by: manumoi 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?
Title: JFlightSim
Post by: guiloic 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
Title: JFlightSim
Post by: Melssj5 on May 02, 2006, 11:09:51 pm
I  couldnt watch the video, using windows media player. Where can I download the codecs.
Title: JFlightSim
Post by: manumoi 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
Title: JFlightSim
Post by: EgonOlsen 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.
Title: JFlightSim
Post by: Melssj5 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.
Title: JFlightSim
Post by: manumoi 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:
Title: JFlightSim
Post by: guiloic 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.