MD2AnimationOGL

所属分类:OpenGL
开发工具:Visual C++
文件大小:463KB
下载次数:156
上传日期:2006-04-18 22:21:42
上 传 者tl_ahu
说明:  效果很不过的魔兽角色模拟,360度视角,动画连续,对学习OPenGl的朋友绝对有帮助。我发必精品。
(But the very effectiveness of Warcraft role simulation, 360-degree viewing angle, animation continuous, learning OPenGl friends absolutely help. I certainly made products.)

文件列表:
MD2 Animation (0, 2003-02-26)
MD2 Animation\hobgoblin.bmp (66614, 2002-02-15)
MD2 Animation\Init.cpp (13026, 2002-06-04)
MD2 Animation\Main.cpp (25726, 2003-04-20)
MD2 Animation\main.h (10282, 2002-02-14)
MD2 Animation\MD2 Animation.exe (81920, 2003-04-20)
MD2 Animation\MD2 Animation.sln (926, 2003-04-20)
MD2 Animation\MD2 Animation.suo (8192, 2003-04-20)
MD2 Animation\MD2 Animation.vcproj (4139, 2003-04-20)
MD2 Animation\Md2.cpp (19790, 2003-04-20)
MD2 Animation\Md2.h (5284, 2002-02-14)
MD2 Animation\tris.MD2 (415460, 2000-02-29)

//*********************************************************************** // // - "Talk to me like I'm a 3 year old!" Programming Lessons - // // $Author: DigiBen digiben@gametutorials.com // // $Program: MD2 Animation // // $Description: Demonstrates how to animation Quake2 .Md2 file with key frame animation // // $Date: 2/10/02 // //*********************************************************************** Files: Main.cpp (The Source File containing the main program code) Init.cpp (The Source File containing the Win32 and OpenGL initialization code) Md2.cpp (The Source File containing the MD2 model code) Md2.h (The Header File containing the MD2 model definitions) main.h (The Header File containing definitions for the main program) MD2 Animation.vcproj (The VC++ Project File holding the project info) MD2 Animation.sln (The Solution File holding the solution info) tris.MD2 (The MD2 model) hobgoblin.bmp (The Bitmap File that is the texture map for the MD2 model) Libraries: opengl32.lib (The OpenGL Interface Library needed to compile the program) glu32.lib (The OpenGL Utility Library needed to compile the program) glaux.lib (The OpenGL Auxiliary Library needed to compile the program) Instructions: If you have Microsoft Visual Studio .NET (version 7.0) just click on the .vcproj file. This will open up visual c++. You will most likely see the code for .cpp. If you don't, press CRTL+ALT+L This will open the "Solution Explorer". There you should find two folders named "Source Files" and "Header Files". Double click on the "source" folder and you should see your source file(s) with a .cpp extension after it. Double click on the file and it will open up in your main window. Hit Control-F5 to run the program. You will probably see a prompt to compile/build the project. Click OK and the Win32 program should pop up. :) EULA: Your use of this tutorial constitutes your agreement to GameTutorials' Terms of Use found at: http://www.gametutorials.com/TermsOfUse.htm www.GameTutorials.com 2000-2003 GameTutorials

近期下载者

相关文件


收藏者