What should go in Irrlicht 2.0?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
zenaku
Posts: 212
Joined: Tue Jun 07, 2005 11:23 pm

What should go in Irrlicht 2.0?

Post by zenaku »

What does everyone want in Irrlicht 2.0?

I want truetype font support merged in :). Bitmap fonts are gross.

http://irrlicht.sourceforge.net/phpBB2/ ... php?t=3995



Maybe we can get some of the better patches merged in?

http://parsys.informatik.uni-oldenburg. ... /irrlicht/


Suggestions? Niko and the team are gonna do whatever they are gonna do, but we can at least post some ideas. :D
-------------------------------------
IrrLua - a Lua binding for Irrlicht
http://irrlua.sourceforge.net/
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I hope that these things will go into Irrlicht 1.1 and not in 2.0 :D
Looking on the enormous development from Irrlicht 0.1 to Irrlicht 1.0 there have to be really some major enhancements to be done for 2.0 Good idea to collect these things here!
Ok I have something for the new releases besides large terrains and such: Level of detail for arbitrary meshes and a reorganized render pipeline to support several materials, multiple passes and structured support for image manipulations of the final render image (i.e. an API for the postprocessing).
CuteAlien
Admin
Posts: 9716
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

A better filesystem would be nice.
- Support for virtual folders. So you can for example set a base directiory (base:) to any directory and refer to files like base:file. Also it could be possible to set several directories for a virtual folder so that base for example would search HD and CD for files.
- Functionality to get the directory in which the executable is located (not that trivial when trying to be platform independant).
- Support for all formats to put textures and models in different directories (working for some, but not all so far)

Better support for complete workflow from modeler to engine. Depending on what i need (alphas, bumps, animation, etc) i have currently always to try a lot until i get models working in the engine. It nearly never just works. This is not so much about better support for different formats (which will improve anyway and will never be perfect), but about better documenation. Maybe this could be done in the wiki (so no need to wait for 2.0). Just a table with modelers (blender, maya, max, ...), features needed for the models (lights, alphas, animations,...) and a description for the best way to get that models+features displayed in the engine.
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

I'm amazed nobody said: Spot lights, and better culling/collision/animation handling
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

More light nodes are available in IrrSpintz, so just an integration of available features.
Do you have suggestions for new culling algorithms and the other topics?
dhenton9000
Posts: 395
Joined: Fri Apr 08, 2005 8:46 pm

Post by dhenton9000 »

cal3d style access to animation data.
Electron
Posts: 874
Joined: Sun Mar 14, 2004 12:05 am
Location: Massachusetts USA

Post by Electron »

I've done portal culling, hardware occlusion culling, and precomputed PVS for Lightfeather. If anyone wants to discuss culling algorithms, send me a PM or catch me on IRC
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.

Crucible of Stars
needforhint
Posts: 322
Joined: Tue Aug 30, 2005 10:34 am
Location: slovakia

Post by needforhint »

I think that Acki's animation should get in, because for now you for example can't play animations with different "phase"
what is this thing...
gmcbay
Posts: 5
Joined: Sun May 14, 2006 1:55 am

Post by gmcbay »

I'd love to see a single unified mesh format. Right now, Irrlicht supports a ton of different mesh formats which is wonderful in theory but each one has its own little problems that are different from each other one and supporting so many formats in-engine makes the code and architecture a bit of a mess. It would simplify the engine and the art pipeline to just have one standard mesh format. Convert the existing mesh loaders into offline conversion tools to the unified format (either settle on XFile or some new custom mesh format).

That's asking for a lot and I know some people prefer to have the engine support a billion different formats out of the box, but that's what I'd want in an ideal world.
TheRLG
Posts: 372
Joined: Thu Oct 07, 2004 11:20 pm

Post by TheRLG »

I think the SceneManager should become just that, a scene manager. And that you can add and remove Scenes to the scene manager, so that it actually manages scenes, not nodes. Each scene would manage its own nodes, and the scene manager would call the drawing function of the active scene. this would make the engine much more friendly with game creation since each game state could have its own scene.
Baal Cadar
Posts: 377
Joined: Fri Oct 28, 2005 10:28 am
Contact:

Post by Baal Cadar »

gmcbay wrote:I'd love to see a single unified mesh format. Right now, Irrlicht supports a ton of different mesh formats which is wonderful in theory but each one has its own little problems that are different from each other one and supporting so many formats in-engine makes the code and architecture a bit of a mess. It would simplify the engine and the art pipeline to just have one standard mesh format. Convert the existing mesh loaders into offline conversion tools to the unified format (either settle on XFile or some new custom mesh format).
Seconded!
No offense :)
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

But all static meshes share a common interface with almost no extensions. So there is one mesh type for them, with several loaders available. The animated meshes have to get a simplified API, such as frame animated and bone animated meshes. What other things should be changed?
Baal Cadar
Posts: 377
Joined: Fri Oct 28, 2005 10:28 am
Contact:

Post by Baal Cadar »

Static meshes don't really matter. As you said, they just load into meshbuffers and then all is well. But, yes, I mean the animation system. Now each animated mesh type X, MS3d and MD2 have there own interface appendages. These should be unified. And imho before a version 2.0.

For version 2.0, I have a custom file format on my wish list. A custom format allows control over the design of it.

They allow for individul features, that sets the engine apart.
So far the features of Irrlicht are dictated by the file formats in use. With a custom file format you can not only implement new features to the engine, but also store those in the model files. For instance, Ogre has relative blendable vertex transforms as a new vertex animation type added to the engine, to supplement skeletal animations. This is useful for facial animations, where using bones is not the most comfortable way, damage to cars and others. Without its own format, this were difficult, as none of the formats in irrlicht support this as far as I know.

Custom file format allows for faster loading.
Since you can tailor the format to the engine's data structures (after having them designed properly) the files load faster. And you can put precomputed informations into them for even faster setup. (Seel below)

The file types supported aren't suited for todays real-time graphics.
3ds and obj for instance were never designed to be used in a real-time engine. They are simple interchange formats. Most of the formats are lacking important features like multiple UV sets, precreation of LOD / edge lists / tangent space bases. In a custom format you don't have to bother, you can design it to make this addable. Eventhough some of these can be computed at runtime, it doesn't have to be necessary. They can be created once and then saved in the file.

I guess these are some of the reasons, why most (if not all) commercially successful engines use their own format.

One of the more difficult parts of implementing a custom format is to get it started. The modelling tools allow export of the other types, but not a new one. Till community creates the exporters, one can still use the current loading code as the basis for converters.
No offense :)
xhrit
Posts: 140
Joined: Mon Jun 14, 2004 8:54 am
Location: earth
Contact:

...

Post by xhrit »

more linux love:
dynamic light on open gl terrain node
get rid ov the x11 key/nvidia errors
Core2Duo E8400 3.0ghz - 2048mb DDR2 800 - geForce 9600 - Slackware12.1

Word-image-symbol programming limits, controls, and imprisons the individual.
Smash the control images, smash the control machine.
TheC
Posts: 93
Joined: Fri May 05, 2006 7:50 am

Post by TheC »

Better movement system.

Instead of being able to set a position, or increment a position (translation), it'd benice for an object to move relative to its rotation.
Post Reply