Sunday, June 04, 2006

presenting my game engine

not a game engine 'yet' hehehe

load/rendering xfile model sample code snippets from my engine..

Video::IXFile* m_xFile;
...
m_xFile = _graphics->GetXFileFromFile( _T("models\\junbox.x"), Video::IXFile::TYPE_STATIC, true);
...
_graphics->SetTransformWorld( m_worldPos );
_graphics->DrawXFile(m_xFile);
...
m_xFile->Drop();


easy huh?!... anyway here are some of the screenshots from my game engine. this is what i've been doin most of the time.

features: .x model loader, combining matrix / attaching 1 object from another.
Photobucket - Video and Image Hosting

features: billboard/particle (source of light), camera free look.
Photobucket - Video and Image Hosting

features: dot3 bump mapping

normal texturing
Photobucket - Video and Image Hosting

bump map enabled
Photobucket - Video and Image Hosting

if you ask what is bumpmap. it's just an illusion of bumps in surface or flat surface for 3d object. this bumpmap thing features on Doom3 game, now even oblivion has it! it takes me plenty of time adding this feature in my code and i'm not even start planning to animate models hahahahah! yep my next project ANIMATION!

ciao!

1 comment:

  1. i wish i made this site :)

    www.blogger.com

    signed in and just select the best template for my theme.

    cheers

    ReplyDelete