-
OpenGL教程18个程序,分为程序代码和着色器代码
OpenGL教程18个程序,分为程序代码和着色器代码
源程序请用 CMAKE进行编译。
一共18个程序,分为程序代码和着色器代码,每一个分别进行运行。
在playground中可以编写自己的OpenGL程序。
- 2022-10-14 10:10:08下载
- 积分:1
-
非标定下的三维重建 理论性非常强 完整的技术路线
非标定下的三维重建 理论性非常强 完整的技术路线-three-dimensional reconstruction
- 2023-07-09 07:40:04下载
- 积分:1
-
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节...
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment"s first joint, e Key Moment of the second joints, w Key Moment of the third joints
- 2023-08-29 08:00:05下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
用MFC写的OpenGL控件(46KB)
用MFC写的OpenGL控件(46KB)-with MFC write OpenGL control (File)
- 2023-03-31 22:55:04下载
- 积分:1
-
高端图形图像核心技术宝典,超星的,有几页可能损坏了
高端图形图像核心技术宝典,超星的,有几页可能损坏了-core high-end graphics and video technology, the book Superstar, a few pages may damage
- 2022-04-27 23:29:11下载
- 积分:1
-
讷河
nehe-opengl-1-5
- 2022-06-30 22:50:21下载
- 积分:1
-
opengl 写的模仿雨落下的效果,采用mfc
opengl 写的模仿雨落下的效果,采用mfc-opengl written to imitate the effect of falling rain, using mfc
- 2022-02-21 11:55:58下载
- 积分:1
-
三轴机械臂opengl 仿真
基于mfc工程,采用opengl绘制了一个三轴工业机器人的三维模型,可以沿指定直线进行运动,可以添加坐标系,整体效果非常好。
- 2022-07-23 10:54:36下载
- 积分:1
-
opengl 场景绘制
opengl 绘制场景绘制 ,包括天空盒,房子,有门可自动开关,碰撞检测不能随意穿透墙体,光照包含室内室外的光照。
- 2022-05-09 10:17:59下载
- 积分:1