Search found 7 matches

by George
Thu Mar 22, 2007 3:35 am
Forum: Beginners Help
Topic: Fullscreen decreases performance
Replies: 12
Views: 560

If you are running in full screen mode and you have vsync enabled then the maximum frame rate will be the frame rate of your monitor.

To test it, simply change your monitor refresh rate and re-run the application.
by George
Thu Mar 22, 2007 3:21 am
Forum: Bug reports
Topic: 1.3 slowdown due to animated scene nodes
Replies: 5
Views: 531

Okay I have been tracking down the problem in a debug build of irrlicht and it does look like it is an animated mesh scene node problem. When I removed the Animation Set { } section from .X files, the frame rate increased significantly back to where it should be. I have not been animating the models...
by George
Thu Mar 22, 2007 12:42 am
Forum: Bug reports
Topic: 1.3 slowdown due to animated scene nodes
Replies: 5
Views: 531

Thanks for the prompt reply Hybrid, I am also suspecting it is the animated meshes. I also did the plain vanilla out-of-the-box comparisons between 1.2 and 1.3 and for me the collision example was: 1.3 = 207 fps and 1.2 = 338 fps. The lighting did look a little different though (I'm not sure if rend...
by George
Wed Mar 21, 2007 11:37 pm
Forum: Bug reports
Topic: 1.3 slowdown due to animated scene nodes
Replies: 5
Views: 531

1.3 slowdown due to animated scene nodes

Hi there, I have been using Irrlicht for a number of projects for over a year, but since I upgraded to 1.3 in the last couple of days I have noticed a significant slowdown in performance (fps) down to about a 1/3 of what 1.2 achieved. I am only testing in DX9. I have tried everything I could think o...
by George
Thu Jun 22, 2006 4:15 am
Forum: Beginners Help
Topic: X-porter Problem!!
Replies: 5
Views: 490

I have seen this happen in Irrlicht. If you are loading a .X file, with animations, and the loader cannot find a texture (perhaps the path to the texture in the .X file is invalid) then the model loads fine, but does not animate. When I had this happen as soon as I fixed the path to the texture in t...
by George
Tue Jun 20, 2006 1:12 am
Forum: Beginners Help
Topic: Animated Milkshape 3D model acting strangely.
Replies: 6
Views: 549

Lighting on animated models

ooops just found it, never mind. :)
It was the:

AnimXNormals.patchCXAnimationPlayer normals fix by yin nadie.

under IrrlichtNX(++) patches
by George
Tue Jun 20, 2006 12:37 am
Forum: Beginners Help
Topic: Animated Milkshape 3D model acting strangely.
Replies: 6
Views: 549

Lighting on animated models

steveth45,

Do you know/remember which patch it was on the http://parsys.informatik.uni-oldenburg. ... /irrlicht/

web page that fixed the normals not getting transformed with the animated joints? I looked through the list but it wasn't obvious.