1.4 letdown

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

1.4 letdown

Post by fireside »

I'm kind of let down by 1.4. Maybe I got too excited or something, but the colors look faded and there are some artifacts, now, that weren't there before. The new animation system turns out to only work on one or two formats. The dll is about 40% larger. It went from 2.83 mb for version 1.31 to 4.83 mb for version 1.4. Maybe it's just new things that have to get worked out, I don't know.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Are you kidding me?! Its great! You get:

- Clipping planes.
- Animation system works on THREE formats, and its easy to add more. (very easy).
- Newest SVN has OpenGL VBOs (Yay)
- Custom "OnSetMaterial" function in shader callbacks for setting shader constants based on material params.
- Alot of bug fixes etc.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Ok, one of the very informative posts. Do you see any chance to make one of your statements more vague?
Anyway, colors and artifacts, why don't you post screenshots? How can we tell what's happening without really knowing what you do? And even having it working somehow in earlier versions is no reason to declare that behavior as correct. Maybe the problems were just not visible.
The new animation systems works for three formats: .x, .ms3d, and .b3d. It's a skeletal based animation system. Since none of the other animated formats do use skeletal animation this is what you should have expected.
And speaking of 40% is maybe a little drastic when we talk about 2MB. Even if you could not decrease the size by compiler settings or by excluding some features (mesh and image loaders or writers, the GUI, ...) it would be just one texture which you have to convert from bmp to jpg, or increase the compression sizes, use zip files for meshes, ... Did you recompile on your own?
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

Post by fireside »

How can we tell what's happening without really knowing what you do?
It's the castle that looks faded and has artifacts in it. I know, it's subjective, but the colors just look more washed out with the same settings I had.
Did you recompile on your own
It's the dll when I click on properties from the download. Two meg might not seem like a big deal unless you do a small game. It's still not that bad, but now there's about 5 meg of dead load, and there's still sound to worry about.
The new animation systems works for three formats: .x, .ms3d, and .b3d.
I read a post that it didn't work for .x and we had to use .b3d. At least, that's what I thought it said. I guess that's one thing I can use then.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

If you mean the bsp castle the only change that I know of is that the lightmaps have changed from the bright ones to darker ones in 1.1 or 1.2. I don't know of any other changes. But you could do screenshots from the initial scene and compare them using e.g. Gimp.
Well, calling the whole lib "dead load" is not really a proper way of handling this. As said, the lib has become much better adaptable, so you can choose from all the things you need or don't need. Also, recompile it on your machine, with your compiler. You never know which settings Niko used.
The .x support might even be better than the ms3d one. At least I did test more .x meshes with the new animation system. If you have problems that you cannot fix by reexporting with different settings you should post a bug report.
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

Post by fireside »

The .x support might even be better than the ms3d one. At least I did test more .x meshes with the new animation system. If you have problems that you cannot fix by reexporting with different settings you should post a bug report.
I guess when I thought the animation didn't apply to .x, that's when I felt the most let down.
I'll give recompiling a try eventually, but I'm still trying to learn the basics really. It still looks good, just a little more washed out. I'm using just Opengl.
- Newest SVN has OpenGL VBOs (Yay)
That's cool.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Re: 1.4 letdown

Post by rogerborg »

fireside wrote:I'm kind of let down by 1.4.
Use 1.3.1 then. Problem solved.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

Post by fireside »

Use 1.3.1 then. Problem solved.
Actually, I'm going to hang on to it for smaller games, but you get code out of sync with everyone else if you stay too far back. :)
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

I guess you should have used the beta then, and provided bug reports and screenshots of any problems. Maybe you'll learn your lesson for 1.5 ;)
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

I'm sorry Bitplane. But I reported for visual problem I switched to 1.4alpha then beta; and did not get answered (I know I can get annoying sometime! :wink: )

There is some visual diffence between 1.3.1 and 1.4. Mostly in surface that have dynamic lighting defined (lighting flag applied) and the transparent/reflective problem. I reported those 2 problem in november. I provided my demo level for checking.

Is there any progress on this?
Also have you fixed (or started something) the problem with converting a mesh to OCCTREE that have colored vertices (Vertex Lightmapped) corrupt the OCCTREE?

Hope I'm not too hard on you, the team was so busy implementing new features and fixed them to work, that I'm not there to push anybody. Just would be nice if someone can confirm a problem and give some updates sometime...
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

christian, all your problems have been acknowledged already, and we are trying to fix them. But no success so far. We are currently trying to catch up with existing solutions for other things, debugging open problems will take some more time.
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

Ok. Thanks for the update Hybrid! :D Nice to see that the dev team see it also.

Is there a possibility that the team post messages for example on the BUG report forum (perhaps even create a sub-forum), that they are working on a specific problem. So users could also give you some hint (If they have) and see the progress. Everybody would know that theses problems are acknowledged and are being worked on.

I know that you are working really hard on it, but don't know what. I'm really curious.. Sorry! :oops:
Post Reply