Difference between revisions of "User:Minooz/GAM666"

From CDOT Wiki
Jump to: navigation, search
(Extra Resources)
(Extra Resources)
Line 24: Line 24:
 
:Vertex Buffer
 
:Vertex Buffer
 
:: [http://www.gamedev.net/page/resources/_/technical/game-programming/using-vertex-buffers-with-directx-r1946 vertex buffer-wiki game]
 
:: [http://www.gamedev.net/page/resources/_/technical/game-programming/using-vertex-buffers-with-directx-r1946 vertex buffer-wiki game]
 
  
 
: SVN
 
: SVN
 
:: [http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.tour.revs.keywords svnbook]
 
:: [http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.tour.revs.keywords svnbook]
 
  
 
: Camera
 
: Camera
:: http://www.3dgameprogramming.net/2007/07/31/getting-started-with-xna-first-person-camera/ first person camera
+
:: [http://www.3dgameprogramming.net/2007/07/31/getting-started-with-xna-first-person-camera/ first person camera]
 +
:: [http://www.toymaker.info/Games/html/camera.html camera]
  
 
=== Errors ===
 
=== Errors ===
 
: 1.unable to find d3d9x.lib -> properties -> VC++Directories -> Include Directories(point to SDK JUNE(2010)/include), Also Library Direcbories (point to SDK JUNE(2010)/lib/x86)
 
: 1.unable to find d3d9x.lib -> properties -> VC++Directories -> Include Directories(point to SDK JUNE(2010)/include), Also Library Direcbories (point to SDK JUNE(2010)/lib/x86)
 
: 2.a value of type const char cannot be assigned to a value of type LPCWSTR  -> (LPCWSTR)"Window Creation Failed!"
 
: 2.a value of type const char cannot be assigned to a value of type LPCWSTR  -> (LPCWSTR)"Window Creation Failed!"

Revision as of 21:03, 5 November 2011

Game Programming 666

Course page @ https://cs.senecac.on.ca/~gam666/pages/content/index.html
Course Page on wiki -> http://zenit.senecac.on.ca/wiki/index.php/GAM666
Team Page on GAM666 -> http://zenit.senecac.on.ca/wiki/index.php/GAM666/DPS901_Victorious_Secret

Extra Resources

MSDN help
What are TCHAR-...
Creating Simple Window
ToyMaker
WM_PAINT case
paint stuff1
paint stuff2
D3DXCreateTextureFromFile
1
2
3
MATH
Transformation 2D
transformation 3D
Vertex Buffer
vertex buffer-wiki game
SVN
svnbook
Camera
first person camera
camera

Errors

1.unable to find d3d9x.lib -> properties -> VC++Directories -> Include Directories(point to SDK JUNE(2010)/include), Also Library Direcbories (point to SDK JUNE(2010)/lib/x86)
2.a value of type const char cannot be assigned to a value of type LPCWSTR -> (LPCWSTR)"Window Creation Failed!"