Search found 83 matches

by Andi|xng
Thu Sep 15, 2005 6:08 pm
Forum: Beginners Help
Topic: Animation frames do not correlate with reality?
Replies: 5
Views: 566

Uhm... Is it a bug or a feature?
If it is a bug, it should be no problem for Niko to fix it soon... :?
by Andi|xng
Thu Sep 15, 2005 5:33 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: added IAnimatedMeshSceneNode::getXJointNode
Replies: 7
Views: 4929

Any news here?
Is the bug still there in Irrlicht 0.12? Does anybody know, when Niko will add this getXJoint-Feature to Irrlicht?
Thanks.
by Andi|xng
Tue Aug 30, 2005 11:49 am
Forum: Advanced Help
Topic: Smooth fonts?
Replies: 6
Views: 845

Since I am not a C++ programmer, but using the Java binding Jirr, I can not implement my own font class.
But it's very great to hear that it is on the ToDo-list now. Thanks, Niko :D
by Andi|xng
Tue Aug 30, 2005 11:42 am
Forum: Bug reports
Topic: Lighting does not work correctly for small models?
Replies: 12
Views: 2839

As it seems, everything works correct with Irrlicht 0.12.0 now, if I set EMF_NORMALIZE_NORMALS to true. Thank you very much for that feature, Niko :)
by Andi|xng
Wed Aug 24, 2005 9:11 am
Forum: Advanced Help
Topic: Smooth fonts?
Replies: 6
Views: 845

You are right... Sorry for that :(
Now it should work... Any ideas?
by Andi|xng
Tue Aug 23, 2005 11:58 am
Forum: Advanced Help
Topic: Smooth fonts?
Replies: 6
Views: 845

Smooth fonts?

Is there any possibility to "antialias" Irrlicht's bitmap fonts? Here is a example of my font (3x zoom): http://www.xenoage.com/temp/font2.png But when I use this font, I get this (3x zoom): http://www.xenoage.com/temp/font1.png It seems, as if all pixels that are not completely black are ...
by Andi|xng
Wed Aug 17, 2005 3:01 pm
Forum: Bug reports
Topic: Lighting does not work correctly for small models?
Replies: 12
Views: 2839

Here are the screenshots from Ishtm:

Image

Image
by Andi|xng
Wed Aug 17, 2005 1:24 pm
Forum: Bug reports
Topic: Lighting does not work correctly for small models?
Replies: 12
Views: 2839

You can mail me the screenshots ( andi.wenger@gmx.de ), then I can upload them.
by Andi|xng
Sat Aug 13, 2005 12:03 pm
Forum: Bug reports
Topic: Lighting does not work correctly for small models?
Replies: 12
Views: 2839

Re: Lighting does not work correctly for small models?

That would be great :) I've also heard from other people that have problems with this, so it would be really useful. Thank you, Niko.
by Andi|xng
Mon Aug 08, 2005 1:18 pm
Forum: Bug reports
Topic: Lighting does not work correctly for small models?
Replies: 12
Views: 2839

Re: Lighting does not work correctly for small models?

This is because the normals of the mesh are scaled too, when modifying the scale. [...] That's not a bug in the engine, that's just how 3d engines work. I can not understand that. I thought normal vectors are completely independent from the size of the model - they just give information about the o...
by Andi|xng
Tue Aug 02, 2005 8:00 am
Forum: Bug reports
Topic: Lighting does not work correctly for small models?
Replies: 12
Views: 2839

Here are two screenshots. They are from the exactly same program. The only things that are different are the scaling of the room.3ds (first screenshot: 1f, second screenshot: 0.01f) and the camera position (first screenshot: -50f, 50f, -150f, second screenshot: -0.50f, 0.50f, -1.50f). http://www.xen...
by Andi|xng
Mon Aug 01, 2005 1:23 pm
Forum: Bug reports
Topic: Lighting does not work correctly for small models?
Replies: 12
Views: 2839

More information:
Since I am using the Java-binding "Jirr", I could only test it with OpenGL and Irrlicht 0.10.
by Andi|xng
Mon Aug 01, 2005 1:19 pm
Forum: Bug reports
Topic: Lighting does not work correctly for small models?
Replies: 12
Views: 2839

This problem does not only appear with scaled meshes.
Create a small TestSceneNode-box with the width 2 or so... If the light source flies around it in a circle with radius of 10 or so, there is the same problem... If the light source is much further away (500 or so), it works...
by Andi|xng
Mon Aug 01, 2005 1:06 pm
Forum: Bug reports
Topic: Lighting does not work correctly for small models?
Replies: 12
Views: 2839

Lighting does not work correctly for small models?

I have a strange problem with lighting of small models. I searched for the problem in the forum, but could not find something, so here is my description: Since I am using the unit "meter" in my game, most objects have only the size of about 2 units. Many models I am using use other units, ...
by Andi|xng
Mon Jul 18, 2005 11:41 am
Forum: Bug reports
Topic: Patch to support texture loading for .MS3D files
Replies: 7
Views: 1719

As it seems, Irrlicht has still no texture loading support for MS3D?
Niko, why do you not add the code in the next Irrlicht version, if it works? That would be very great and not much work :)