2012/06/27

12-06-27 Tutorials

I haven't been posting in a long time but its because I was on vacations and there was nothing new to publish really.

Right now I'm doing some tutorials of DirectX 10, I've just finished Tutorial 4 and Its already incorporated on BTO.dll (ver 5) as a POC, here its a picture of it.


This kind of tutorials remind me when I was learning OpenGL so many years ago.

As soon as I feel more confident with this new way of working with triangles I'll resume the work of updating the model loader, DirectX and OpenGL based of course.

So far I'm only able to create a new window and decide what context to draw, but a whole display program should be as easy as:


int WINAPI wWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow )
{
App.nWidth = 1280;
App.nHeight = 720;
App.name = L"Window Name";

return App.Run( hInstance, hPrevInstance, lpCmdLine, nCmdShow, NO, DIRECTX, bConsole);
}


Yo soy Alberto y ese ha sido mi post. Happy Codding!

No hay comentarios: