-
用OpenGL开发的机械臂运动仿真程序
用OpenGL开发的机械臂运动仿真程序,并且实现机械手臂向四个方向的旋转。
- 2023-02-26 01:25:04下载
- 积分:1
-
画简单的球
to draw simple sphere
- 2023-02-21 06:50:03下载
- 积分:1
-
Opengl,实现perlin_noise,模拟烟雾效果
Opengl,实现perlin_noise,模拟烟雾效果-Opengl achieve perlin_noise, simulated smoke effects
- 2022-03-24 05:02:21下载
- 积分:1
-
读取3DS的入门程序
可读取从Max导出的3DS模型并使用OpenGL渲染...
读取3DS的入门程序
可读取从Max导出的3DS模型并使用OpenGL渲染-Read 3DS entry program can be read from the Max export 3DS model and use the OpenGL rendering
- 2022-05-25 03:34:01下载
- 积分:1
-
nehe_opengl(6
nehe_opengl(6-10)
- 2022-02-06 03:27:41下载
- 积分:1
-
雷达扫描带余辉界面显示OPENGL +MFC
用opengl实现的雷达扫描界面,基于MFC开发,能够模拟雷达扫描的余晖。可以作为二次开发使用,是本人项目中的一部分,可以使用!希望大家多指点指点。本人也是刚学习opengl的。
- 2022-11-30 19:05:03下载
- 积分:1
-
with opengl 3d pipe sourcecode,
用VC+OpenGL实现三维管线的全部源码,与国内著名三维软件-灵图软件的地下管线显示效果一样,2005年后灵图开发的怎样我就不知道了,呵呵。可以用鼠标左右键,上下左右键,Insert,Delete,Home,End键实现三维实时动态漫游。动态链接库读取平面管线DXF数据格式,也有源码。-with opengl 3d pipe sourcecode,
- 2023-05-23 05:45:02下载
- 积分:1
-
应用cb学习OPENgl编程,这是例子6
应用cb学习OPENgl编程,这是例子6-Cb learning OPENGL application programming, this is the example of 6
- 2022-01-26 05:37:26下载
- 积分:1
-
the ripple effect of the water, the development of animation at the reference va...
水的涟漪效果,是开发动画时有参考价值...强烈推荐-the ripple effect of the water, the development of animation at the reference value strongly recommend ...
- 2022-06-20 02:57:45下载
- 积分: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