I am starting an advanced Direct X Tutorial divided in 100 Chapters

Started by
13 comments, last by woma 11 years, 6 months ago
This post ends for now the Part II of this Tutorial:

Actually this Chapter 27 ended up very cool try to move to different map zones and check the respective Map and Mini-Map updates.

Note:
Dont forget to use the F12 for god mode...

ch25_26_27.png
Advertisement
Epic!

First I'm going to have a look at the brayzar tutes, then I will start a new project just for yours! Superb!

Epic!
First I'm going to have a look at the brayzar tutes, then I will start a new project just for yours! Superb!


Hello, Thanks!
Actually This engine has started with the base of two other engines http://rastertek.com and http://braynzarsoft.net.
I am a very big fan of those sites.
Both engines have some problems with compatibilities to start the DX11 Engine, they also have a problem when they are doing the bind of vertices and shaders with a pre-compilation in run-time which is not 100% compatible with the HW.
rastertek have also an annoying bug when start the Direct Input when you are not the focus window, and several bugs related with render to a private texture in memory.
braynzarsoft have a very good obj load class I presented the second version and later on I will present the 3th version.

I fixed all that issues and also implemented a new 3D obj converter to 3D objects my own format called "M3D" but not related with old m3d.
This format is 20xfaster to read from file than obj format, I will show how that work later on but the code is already there.
I also optimized the buffers and the shaders inside GPU.

If you have any problem with my engine just let me know, link here to main page: http://pmborg.wix.com/dx11woma
The last chapter is the 31 but not published yet, direct link here: woma.no-ip.org/woma/WoMA_PartII_Chap31.zip

Thanks,
Pedro Borges
wow.. nice work.. i'll work through your tutorials.. smile.png
epic..!!
Hello,

I was working in another project in the last 30 days.

I will add today 4 chapters at the woma tutorial related with a basic particle system and effects:
http://woma.no-ip.org/woma/WoMA_PartIII_Chap32.zip
http://woma.no-ip.org/woma/WoMA_PartIII_Chap33.zip
http://woma.no-ip.org/woma/WoMA_PartIII_Chap34.zip
http://woma.no-ip.org/woma/WoMA_PartIII_Chap35.zip

ch35.png

Best Regards,
Pedro Borges

This topic is closed to new replies.

Advertisement