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?