Search found 11 matches

by gbrinon
Mon Jan 11, 2010 12:01 pm
Forum: Jirr
Topic: is there a way to find jirr 1.4.2 src ?
Replies: 1
Views: 5518

is there a way to find jirr 1.4.2 src ?

Hi,

I downloaded jirr 1.4.2 on sourceforge. There's only win32 binaries.
I'm working on LINUX and i'm looking for a way to find jirr 1.4.2 sources to build my own binaries.
Does someone know where can i find them ?

Thanks a lot :)
by gbrinon
Fri Oct 16, 2009 12:46 pm
Forum: Beginners Help
Topic: Display _very far_ objects
Replies: 8
Views: 641

All your ideas works well. Thanks a lot again

Now i just have to use a LOD to make the models disapear when they are too far.

The problem will be to compute all the distances everytime (or maybe all the 100ms or more like Lonesome Ducky said)
by gbrinon
Fri Oct 16, 2009 8:03 am
Forum: Beginners Help
Topic: Display _very far_ objects
Replies: 8
Views: 641

Thank you very much !!! :D
I'll try this one. I hope it exists on irrlicht 1.3.1, actually i'm using jirr, so i cannot use the newest irrlicht version.

But thanks a lot
by gbrinon
Thu Oct 15, 2009 3:00 pm
Forum: Beginners Help
Topic: Display _very far_ objects
Replies: 8
Views: 641

:oops: .... good idea, i should have thought to that :oops:

I'll try to find this function.

If i don't want to display the objects whitch are too far (in order to replace them with the 2d image), i use the LOD ?

Thanks a lot :)
by gbrinon
Thu Oct 15, 2009 2:04 pm
Forum: Beginners Help
Topic: Display _very far_ objects
Replies: 8
Views: 641

Display _very far_ objects

Hi, I have a question, i suppose it's not specific to irrlicht, but i'am working with it so... I try to display a large space. If and object is near the player's ship, i display it. But if something is very far, i want to display a little sign. (just as eve online do http://linuxoutlaws.com/files/ev...
by gbrinon
Fri Jul 24, 2009 1:18 pm
Forum: Jirr
Topic: Problem launching jirr on linux
Replies: 4
Views: 6355

OK, sorry. I nearly never post so i never noticed that this forum had a very low frequency.
I'll wait, no need to be rude :?
by gbrinon
Fri Jul 24, 2009 11:39 am
Forum: Jirr
Topic: Problem launching jirr on linux
Replies: 4
Views: 6355

up :)
Maybe some informations are missing in my question ? :oops:
I'm not english so maybe i've written something not understandable
by gbrinon
Thu Jul 23, 2009 9:58 pm
Forum: Jirr
Topic: Problem launching jirr on linux
Replies: 4
Views: 6355

Problem launching jirr on linux

Hello I'm trying to launch my project (which works since a long time on windows). I get : Exception in thread "main" java.lang.UnsatisfiedLinkError: no irrlicht_wrap in java.library.path To be honest i don't know what i'm supposed to do to make it work so i tried to add all the files which...
by gbrinon
Wed May 20, 2009 9:01 am
Forum: Jirr
Topic: draw2Dimage scale image
Replies: 4
Views: 8796

Thanks, i'll check that, i think i've already tried, but maybe i can do better :)

EDIT :

It works, i had just misunderstood the meaning of each parameters :oops:

Thanks
by gbrinon
Wed May 20, 2009 7:26 am
Forum: Jirr
Topic: draw2Dimage scale image
Replies: 4
Views: 8796

Actually i try to display a splash screen in a logon screen. The game is designed to support resolutions from 800x600 to 1280x1024. (I have an eeePC and a desktop computer :oops: ) I tried first to make it with the addImage of the IGUIEnvironment but i found no wayto scale the image. Then i changed ...
by gbrinon
Tue May 19, 2009 3:28 pm
Forum: Jirr
Topic: draw2Dimage scale image
Replies: 4
Views: 8796

draw2Dimage scale image

Hi, I'm trying to display a splash screen whitch could be scaled according to the resolution of the irrlicht device. When i try to use the draw2Dimage with recti in parameters, the image repeats itself in the square i try to define. I've found nowhere some kind of flag whitch could specify "sca...