-
Based on VC++ The opengl classic graphics algorithms to develop a document
基于VC++的opengl经典图形算法开发文档-Based on VC++ The opengl classic graphics algorithms to develop a document
- 2022-01-25 19:15:07下载
- 积分:1
-
Opengl+mfc旋转代码
opengl+mfc做的一个简单的魔方DEMO.可供新手学习.demo中实现了通过属性面板来修改模型的世界坐标,然后在属性面板上选择魔方对应的面并让对应面旋转。代码环境是VS2013。
- 2023-04-25 14:50:04下载
- 积分:1
-
OpenGL 绘制的五星红旗
简单的OpenGL 绘制的五星红旗,适合初学者对opengl模块的基本用法进行了解。
- 2022-01-25 22:07:41下载
- 积分:1
-
openGL超级宝典(第四版)及代码
电子书
openGL超级宝典(第四版)及代码
电子书-openGL Super Baodian (fourth edition) and the code book
- 2022-04-28 16:55:40下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
meshlib是多边形网格创建、编辑和模型库。meshlib已…
MeshLib is our polygon mesh creation, editing and modeling library. MeshLib has been used in all our mesh modeling plug-ins for various CAD systems as well as standalone applications.
- 2022-05-15 23:45:54下载
- 积分:1
-
OpenGL编程指南前5章部分实例代码
OpenGL编程指南前5章部分实例代码,包括:
1、双缓冲程序 double.c
2、 直线点画模式 lines.c
3、标记多边形边界边,绘制一个凹多边形 concavePoly
4、创建一个20面体,并近似模拟球体
5、变换立方体
6、行星系统
7、平滑着色的三角形
8、 不同材质和光照
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-24 20:50:05下载
- 积分:1
-
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改...
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改变烟火发射模式:
-Rotating three-dimensional objects, as well as zoom 1) sequence using particle system visual effects pyrotechnic simulation .2) Click the toolbar button, respectively, could be fired three yellow, red, white pyrotechnics .3) Click on the drop-down menu under the mode of procedure can be changed under the pyrotechnic launch mode :
- 2022-03-14 23:54:16下载
- 积分:1
-
OpenGL development of the game reversi reference to the others to conduct furthe...
OPENGL开发的黑白棋游戏,参考了他人程序进行进一步开发的成果-OpenGL development of the game reversi reference to the others to conduct further proceedings in the fruits of development
- 2022-09-29 05:50:04下载
- 积分:1
-
基于MFC读取obj文件
这是一个基于MFC和opengl的读取obj3d模型的程序,是visual studio 2010的工程。其中包含若干个obj模型,通过鼠标旋转模型,按住ctrl键可以减慢旋转的速度,通过鼠标滑轮可以对模型进行缩放。
- 2023-09-07 03:20:10下载
- 积分:1