Hills Demo with SlimDX and C#

Published July 30, 2013
This time around, we are going to be porting the Hills Demo of Frank Luna's Introduction to 3D Game Programming with Direct3D 11.0 from C++ to C# and SlimDX.

This will be very similar to the previous entry, where we drew a colored box, with a few changes:

  • We'll start developing a class to generate mesh geometry (to replace the functionality that used to be present in previous versions of DirectX in the D3DX libraries).
  • We'll be using pre-compiled effect files, rather than compiling them at runtime.
    hillDemo_thumb%5B1%5D.png?imgmax=800
    Read More...
1 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!