No DirectX3D9 Mode?

ta2025

01-10-2006 16:11:19

The following is a copy of my ogre.cfg file.

at runtime, the system does not give the choice of picking Direct3D. Is there a fix somewhere?


Render System=OpenGL Rendering Subsystem

[Direct3D9 Rendering Subsystem]
Allow NVPerfHUD=No
Anti aliasing=None
Floating-point mode=Fastest
Full Screen=No
Rendering Device=NVIDIA GeForce 7600 GS
VSync=No
Video Mode=800 x 600 @ 32-bit colour

[OpenGL Rendering Subsystem]
Colour Depth=32
Display Frequency=60
FSAA=0
Full Screen=No
RTT Preferred Mode=FBO
VSync=No
Video Mode=1024 x 768

Istari

01-10-2006 18:39:49

What version of DirectX do you have?
I have 9.0c (4.09.0000.0904) and Ogre works fine with Direct3D

syedhs

01-10-2006 18:57:42

Check to see if RenderSystem_Direct3D9.dll in the same path with the executable, and also check if it is loaded properly via the plugins.cfg or any other way.

ta2025

01-10-2006 19:27:58

checked plugins.cfg and RenderSystem_Direct3D9.dll is listed.


and is physically in "C:\Python24\Lib\site-packages\pyogre" with the rest of the stuff.

and yes, dxdiag says I'm running "DirectX 9.0c (4.09.0000.0904)"