Open X File with Direct X API

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
Sylic
Posts: 2
Joined: Thu Sep 16, 2004 6:30 pm

Open X File with Direct X API

Post by Sylic »

Hi,

I want load a X File using a DirectX API, because It´s faster than CXMeshFileLoader.cpp, and load binary and compress file.

I want like this:

if getDriverType == DirectX
... Use DirectX API
else
cXMeshFileLoader.cpp
endif

Somebody has one idea?
Post Reply