-
显示导弹的OpenGL代码
OPenGL code for displaying missile
- 2023-03-26 17:45:03下载
- 积分:1
-
winmax开发的参考例子.现在winmax技术风起云涌,但可以参考的例子确很少!...
winmax开发的参考例子.现在winmax技术风起云涌,但可以参考的例子确很少!-WinMax developed a reference example. WinMax technology is now surging, but can refer to very few examples indeed!
- 2022-11-06 22:30:03下载
- 积分:1
-
OpenGL texture mapping example
OPENGL纹理映射的例子-OpenGL texture mapping example
- 2022-07-13 11:01:31下载
- 积分:1
-
有趣的象棋游戏,很容易赢
fun chess game that is easy to win
- 2022-08-22 09:30:32下载
- 积分:1
-
opengl, 3d graphics. More single
opengl,3d图形。单文档多文档多视图范例-opengl, 3d graphics. More single-file documents multi-view model
- 2022-03-12 20:00:02下载
- 积分:1
-
A simple game with dice.
A simple game with dice.
- 2022-02-01 13:45:19下载
- 积分:1
-
"Both Super OpenGL (2nd Edition)" in the book, usually one each devote...
《OpenGL超级宝典(第二版)》
在本书中,通常每章介绍一个方面的编程主题,并在同一章中给出与此编程主题相关的大量函数及函数说明。另外,许多函数还提供了实用的示例,使读者可以直接在自己的程序中借鉴参考。
本书内容丰富而全面、结构清晰、层次分明,适用于使用OpenGL编程的各个层次的程序员。
本书是有关OpenGL的参考书,它的内容完整而全面,专为使用OpenGL的新版本进行编程的Windows程序员而写。本书适用于希望掌握OpenGL并提高其图形编程的程序员,既可以作为参考书,也可以作为学习教程。-"Both Super OpenGL (2nd Edition)" in the book, usually one each devoted to the theme programming, and in the same chapter, and this program is relevant to the subject of a large number of functions and function note. In addition, many functions also provide practical examples, so readers can directly in their own procedures builds. The book is rich in content and comprehensive, clear, structured and applicable to the use of OpenGL programming at all levels of programmers. The book is a reference book on OpenGL, and its content is complete and comprehensive and is designed for use OpenGL Programming for the new version of Windows programmers writing. The book apply to the master and improve OpenGL graphics programmin
- 2023-06-25 12:10:06下载
- 积分:1
-
VC中OpenGL编程实现虚拟现实的源代码
VC中OpenGL编程实现虚拟现实的源代码-VC in Virtual Reality Programming OpenGL source code
- 2022-08-14 14:56:06下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
旋转的正方形
本代码实现将正方形的四个顶点分别映射到圆上,通过改变角度来控制旋转的快慢!从而在中间形成一个圆,但本代码未将多余的四角去掉,还有待完善的地方!
- 2022-07-01 07:01:46下载
- 积分:1