-
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件...
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are detailed reference notes run to opengl support for the document compressed within the system has been put folder on the line
- 2022-03-14 16:27:28下载
- 积分:1
-
虚拟现实中,3D图形的显示,并且拥有光照效果
虚拟现实中,3D图形的显示,并且拥有光照效果-Virtual reality, 3D graphics display, and has lighting effects
- 2023-05-09 23:45:03下载
- 积分:1
-
茶壶运动模拟
茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。
- 2023-01-10 22:10:04下载
- 积分:1
-
三轴机械臂opengl仿真源码
基于mfc工程,采用opengl绘制了一个三轴工业机器人的三维模型,可以沿指定直线进行运动,可以添加坐标系,可以任意关节转动,方便控制
- 2022-07-24 05:43:58下载
- 积分:1
-
opengl开发库
opengl开发库-opengl development storehouse
- 2022-03-20 17:01:51下载
- 积分:1
-
OpenGL_Programming_Guide_1.1
OpenGL学习的好帮手!
OpenGL_Programming_Guide_1.1
OpenGL学习的好帮手!-Learn OpenGL_Programming_Guide_1.1 OpenGL help!
- 2022-04-06 16:23:47下载
- 积分:1
-
opengl的简单程序,值得看看。
opengl的简单程序,值得看看。-opengl the simple procedure, it is worth a look at.
- 2022-05-31 13:33:52下载
- 积分:1
-
OpenGL源代码
项目(polyclipping)集(cmake_build_type“释放”缓存字符串“释放型”)集(cmake_install_libdir库lib_suffix美元{ })(对布尔build_shared_libs缓存设置 ; ;“建立共享库(DLL /。。所以)而不是静态的(。库/。一)”)add_library(polyclipping快船。CPP)#头名称clipper.hpp太一般,在子目录下,安装安装(文件clipper.hpp目的地包括/ polyclipping)安装(目标polyclipping图书馆地cmake_install_libdir } {美元)set_target_properties(polyclipping性能版完成上传流量的限制soversion 10)
- 2022-09-30 12:05:05下载
- 积分: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
-
基于Opencv的手势识别
1.手势识别以及相关模式识别知识学习。
2.手势识别总体架构设计探索
3.Opencv内容学习
4.讨论具体模块编写方案
5.环境搭建
6.手势识别程序编写
- 2023-08-23 06:15:05下载
- 积分:1