-
openGLNEKE
openGLNEKE 48个经典实例源码分享 均通过编译 附中文版电子教程
- 2022-05-22 18:07:17下载
- 积分:1
-
一个教您给三角形和四边形添加2种不同类型的着色方法的opengl程序,使用Smooth coloring(平滑着色)将三角形的三个顶点的不同颜色混合在一起,创建...
一个教您给三角形和四边形添加2种不同类型的着色方法的opengl程序,使用Smooth coloring(平滑着色)将三角形的三个顶点的不同颜色混合在一起,创建漂亮的色彩混合。效果相当不错!-teaches you to a triangular and quadrilateral add two different types of coloring method opengl procedures, Use Smooth coloring (coloring smoothing) triangle vertices of the three different colors mixed in a , to create beautiful color mixing. The results are pretty good!
- 2022-06-26 07:49:43下载
- 积分:1
-
A very simple small program which in order to teach you how to use OpenGL to mak...
一个简单的小程序,教你用OpenGL实现简单的动画。运行后点击菜单“文件-run”就可以看到动画效果了。-A very simple small program which in order to teach you how to use OpenGL to make simple animation. Run the program then click on the manue "file-run" then you can see the animation
- 2022-10-10 04:30:03下载
- 积分:1
-
opengl导入3ds模型-C++
opengl导入3ds模型-C++【该资源非原创,但未找到来源URL,在此感谢原作者】 3ds max 2014导出3ds格式文件 采用面向对象的方法,用C++实现基于OPENGL导入3DS文件
- 2022-03-21 05:29:40下载
- 积分:1
-
use the OpenGL Development Kit 1, and I hope to be helpful
利用MFC开发的OpenGL开发包1,希望对大家有帮助-use the OpenGL Development Kit 1, and I hope to be helpful
- 2022-04-13 01:59:25下载
- 积分:1
-
OpenGL实现方形壁运动发生连续碰撞…
OpenGL中实现正方形与墙壁发生连续碰撞的运动-OpenGL to achieve a square with the wall movement occurred in consecutive collisions
- 2022-09-26 20:40:03下载
- 积分:1
-
利用MFC开发的OpenGL开发包.有例子程序
利用MFC开发的OpenGL开发包.有例子程序-use OpenGL development kits. Are examples of procedures
- 2022-11-10 22:20:08下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 立方体.rar-OpenGL graphic example- cube. Rar
- 2022-03-16 02:21:36下载
- 积分: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
-
used for the preparation of an opengl animation process
采用opengl库编写一动画程序-used for the preparation of an opengl animation process
- 2022-02-27 04:51:38下载
- 积分:1