-
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
-
opengl基础教程电子书,含有基本的opengl编程方法
opengl基础教程电子书,含有基本的opengl编程方法-Essentials opengl e-book, containing the basic opengl programming
- 2022-03-26 15:52:43下载
- 积分:1
-
OpenGL 斯坦福兔子
资源描述图形学作业,mfc多文档使用OpenGL,读取ply文件生成斯坦福兔子,可旋转平移缩放
- 2022-02-14 02:25:21下载
- 积分:1
-
- 2022-01-25 14:05:45下载
- 积分:1
-
盒子中飞出气球
#include "stdafx.h"
#include "welcome.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainFrame
IMPLEMEN
- 2022-03-18 11:49:16下载
- 积分:1
-
中点画圆及中点画线的OpenGL算法
本代码可运行在VC++上,OpenGL中点画线可以实现对斜率k 6种可能性的处理,并提供了与传统画线法的效率比较,代码很容易看懂相应的OpengL的Include,dll和lib配置请看配置说明
- 2022-05-21 01:20:04下载
- 积分:1
-
利用VC++和OpenGL开发的模拟雨滴效果。雨滴落在…
利用vc++和openGL开发的模拟雨滴效果。雨滴落入一个池塘中。-Use vc++ And openGL simulation developed raindrop effect. Raindrops falling into a pond.
- 2023-01-31 00:50:03下载
- 积分:1
-
《OpenGL超级宝典》光盘附带源代码 很基础很实用,第13章
《OpenGL超级宝典》光盘附带源代码 很基础很实用,第13章
- 2022-01-27 21:05:44下载
- 积分:1
-
OpenGL实现模型缩放功能,视景体移动,包含源代码及演示
OpenGL实现模型缩放功能,视景体移动,包含源代码及演示-OpenGL model zoom function, visual-Mobile, including source code and demo
- 2022-02-24 13:27:49下载
- 积分:1
-
OPENGL based fog rendering capabilities, requiring the implementation of VC6, is...
基于OPENGL的雾绘制功能,要求在VC6下执行,是学习三维图形图像编程的好例子-OPENGL based fog rendering capabilities, requiring the implementation of VC6, is to study three-dimensional graphic image of a good example of programming
- 2022-03-17 21:35:04下载
- 积分:1