-
基于MFC的简单vega prime框架下的VC++程序,希望对大家有用
基于MFC的简单vega prime框架下的VC++程序,希望对大家有用-Vega prime based on a simple MFC under the framework of VC++ program, hope for all of us
- 2022-12-18 01:05:03下载
- 积分:1
-
一个简单的雪景演示程序,使用OPENGL框架。
一个简单的雪景演示程序,使用OPENGL框架。-a simple demonstration of the snow, the use of OpenGL framework.
- 2022-03-20 18:41:21下载
- 积分:1
-
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。...
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。-achieve OpenGL Pick function. It is helpful in understanding OpenGL Pick a classic example.
- 2022-05-30 09:02:01下载
- 积分:1
-
《OpenGL超级宝典》光盘附带源代码 很基础很实用,第13章
《OpenGL超级宝典》光盘附带源代码 很基础很实用,第13章
- 2022-01-27 21:05:44下载
- 积分:1
-
八个OPENGL的练习程序源代码。
八个OPENGL的练习程序源代码。-8 OpenGL exercise program source code.
- 2022-02-02 19:53:11下载
- 积分:1
-
VTK的例子程序,实现图像的显示,调用VTK图像显示控制…
vtk实例程序,实现图像显示,调用vtk控件实现图像显示-VTK examples of procedures, to achieve image display, call VTK image display controls to achieve
- 2022-02-12 11:49:21下载
- 积分:1
-
基于C++环境的OPENGL编程源码.
基于C++环境的OPENGL编程源码.-based on C programming environment OpenGL source.
- 2022-05-15 17:11:55下载
- 积分:1
-
一个屏保SDK源码
一个屏保SDK源码-a screensaver SDK source
- 2022-06-13 22:26:16下载
- 积分:1
-
OpenGL (junior) three
OpenGL(初级)三维图形系统开发与实用技术源代码-OpenGL (junior) three-dimensional graphics system development and practical technology source code
- 2023-02-13 02:55:04下载
- 积分: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