When I tried to load an Dark Matter model, more specific
Model-> C:/Program Files/The Game Creators/Dark GDK/Media/Dark Matter Models/People/Alien Mutant/H-Alien Mutant-Static.x
Texture File-> C:/Program Files/The Game Creators/Dark GDK/Media/Dark Matter Models/People/Alien Mutant/alien2.dds
It just doesn't show up, I tried a couple other Dark Matter models, they show up in the Directx viewer, but when I load them in Dark GDK, they just don't show up [See Screenshot].
Code uses:
#include "DarkGDK.h"
void DarkGDK ( void )
{
dbSyncOn ( );
dbSyncRate ( 60 );
dbLoadObject("Atomiser.x",10);
dbLoadObject("H-Alien Mutant-Static.x",20);
dbPositionObject(20,100,0,100);
dbRotateObject(20,-90,180,0);
dbRotateObject(10,-90,0,0);
dbPositionObject(10,10,-15,20);
dbLockObjectOn(10);
while ( LoopGDK ( ) )
{
dbControlCameraUsingArrowKeys(0,2.0f,2.0f);
dbMakeMatrix(4,100,100,10,10);
dbSync ( );
}
}
Any Ideas or Suggestions will be highly appreciated. Thank you
Michel Cilissen - CiliSoft Software Solutions
michel@techblog24.com - http://www.cilisoft.tk