DX8 + DevCpp Shadow Problem

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
alelink
Posts: 52
Joined: Tue Jan 20, 2004 8:32 pm
Location: Italy
Contact:

DX8 + DevCpp Shadow Problem

Post by alelink »

Hello to all,

I've recompiled Irrlicht's dll for use Dx8 with DevC++.
Now I can compile and run programs with DX8 device.

When I want to show the shadow, my framerate slowdown to 1/5 fps,
in a scene with only 4000 poly.
I've also a great load time with DX8 device and a color depth of 16bit

In OpenGL I can't get the shadow, as say NIKO, but all it's much faster!

What's the problem?

thaks
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Strange. I know shadow volume generation is currently a little bit slow in the engine, but I don't know why loading is slower than in OpenGL. Did anybody else notice this?
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Yea, DirectX runs about... 20-30 FPS faster than OpenGL on my system. Which... is strange since OpenGL is usually better for me... (demos of OpenGL and DX, OpenGL always runs the smoothest) And of course no shadows in OpenGL.
Programmer of the Irrlicht Scene Editor:
Homepage - Forum Thread
Version 2 on its way!!
Post Reply