Search found 38 matches
- Sun Oct 05, 2008 11:32 am
- Forum: Jirr
- Topic: How to compare the scene node type?
- Replies: 4
- Views: 7858
- Sun Oct 05, 2008 11:30 am
- Forum: Jirr
- Topic: A Little help!
- Replies: 5
- Views: 8390
- Thu Sep 04, 2008 10:15 pm
- Forum: Jirr
- Topic: How to compare the scene node type?
- Replies: 4
- Views: 7858
Just to let you know my current results: Fixed it by patching irrlicht includes. So as far as I can say I could release a new version shortly after the release of irrlicht 1.4.2+. Due to the opengl bug in irrlicht at least on ati cards there will be no new jirr version before that one will be releas...
- Thu Sep 04, 2008 8:06 pm
- Forum: Jirr
- Topic: How to compare the scene node type?
- Replies: 4
- Views: 7858
- Thu Aug 14, 2008 7:47 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Jirr Bottleneck
- Replies: 4
- Views: 1136
- Sat Aug 09, 2008 12:08 am
- Forum: Jirr
- Topic: A Little help!
- Replies: 5
- Views: 8390
- Sat Jun 28, 2008 1:02 pm
- Forum: Jirr
- Topic: Include *.dll
- Replies: 1
- Views: 7694
Re: Include *.dll
Hi, is there any way to include all the *.dll file within a singel jar? I need to have just one jar file with my project. /Per-Erik dlls and jars are at least for two differnt purposes: dlls contain native code and jars compiled class files- The only reason for putting dll files into jas is for dis...
- Sat Jun 28, 2008 12:50 pm
- Forum: Jirr
- Topic: Irrlicht 1.4 <=> jirr 1.4 ?
- Replies: 1
- Views: 6896
Re: Irrlicht 1.4 <=> jirr 1.4 ?
Hi, does any plan existist to wrap the new version of Irrlicht ? If yes , when we can reckon with? bye, paul Jirr 1.4.x will be released when irrlicht 1.4.x (x>1) becomes available. Currently OpenGL is mostly unusable at least on ATI cards with irrlicht 1.4.1 (please see http://irrlicht.sourceforge...
- Mon Aug 20, 2007 7:57 am
- Forum: Jirr
- Topic: Jirr and Irrlicht custom scene nodes
- Replies: 2
- Views: 5107
Ok, I will add a proper method for getting the Texture(s) ;) In the meantime let me explain why I did not see a special need for a java compatible texture getter: though it requires you to keep track of nodes and their textures by yourself it is possible to do so using a Hashtable etc. because you a...
- Fri Aug 03, 2007 6:16 pm
- Forum: Jirr
- Topic: Thanks for the great work Jirr!
- Replies: 1
- Views: 3488
Thanks for your nice words. And yes I am keeping up with jirr (I have been with this project since 2004 ;)). The current task is to let it run in an applet. I would name it pre-pre-alpha but it is working in a new opened frame and can be displayed in a pure browser's window. Sadly there are some dra...
- Sun Jul 29, 2007 12:33 pm
- Forum: Jirr
- Topic: JIrr and applet
- Replies: 7
- Views: 6059
Well, I am currently working on jirr running in an applet. As far as I have come I would name it pre-alpha. First milestone has been achieved (on Windows, JDK 1.6) but it requires some further work before releasing it to the public (a reproducable crash when closing the applet, missing features like...
- Thu Jul 05, 2007 10:14 pm
- Forum: Jirr
- Topic: jirr and irredit
- Replies: 5
- Views: 5699
Thanks. I'm kind of tossed now, because I tried dev c++ and it works perfectly. Jirr seems to run a little slower on my computer and jerks a little more. It's also kind of missing the real selling point of java which is simple cross platform compatibility, but I imagine that's because it's still a ...
- Mon Jul 02, 2007 8:02 pm
- Forum: Jirr
- Topic: jirr and irredit
- Replies: 5
- Views: 5699
If anyone is still interested in example 15. Code will look like this: // java port done by jirr import net.sf.jirr.*; import java.io.IOException; /* Since version 1.1, Irrlicht is able to save and load the full scene graph into an .irr file, an xml based format. There is an editor available to edit...
- Thu Jun 28, 2007 10:57 pm
- Forum: Jirr
- Topic: jirr and irredit
- Replies: 5
- Views: 5699
- Tue Jun 26, 2007 7:03 pm
- Forum: Jirr
- Topic: Hows it work
- Replies: 1
- Views: 3534
Re: Hows it work
How does Jirr actually work and waht are its advantages / disadvantages? jirr mainly uses JNI wrapping for calling the native methods within irrlicht. pros and cons in short: + speed (significantly faster than java 3d) + mostly similar to irrlicht in terms of code (cpp examples are easy to transfer...