-
通过径向基函数将散乱数据点云重构为三维隐式曲面
通过径向基函数将散乱数据点云重构为三维隐式曲面-RBF
- 2022-03-19 15:50:08下载
- 积分:1
-
opgl的三围图象
opgl的三围图象-opgl the Body Image
- 2022-10-04 00:35:02下载
- 积分:1
-
该程序,用来控制摄像头,对摄像头进行设置等等。
该程序,用来控制摄像头,对摄像头进行设置等等。-The procedures used to control the camera, set on the camera and so on.
- 2022-05-26 11:58:40下载
- 积分:1
-
图像补间
补间动画生成中间帧图像给第一图像的发展顺利进入第二图像之间的外观。在这个项目中,关键帧是用来产生运动错觉。变形,旋转,缩放进行绘制正方形程序技术,立方体是顺利转换成一个圆圈。OpenGL函数已被用来创建,翻译,旋转,显示和重绘。定时器功能方便转换形状的另一种形式。push和pop矩阵用于保存和提取的目的。菜单选择在MIP映射的功能起着重要的作用。
- 2022-03-13 03:17:00下载
- 积分:1
-
这是粒子效果的demo程序,很有参考的价值
这是粒子效果的demo程序,很有参考的价值-This is the particle effects demo program, the value of a good reference
- 2023-05-28 01:00:03下载
- 积分:1
-
基于C++环境的OPENGLE编程源码.
基于C++环境的OPENGLE编程源码.-based on C programming environment OPENGLE source.
- 2022-10-31 06:50:03下载
- 积分:1
-
一个opengl模拟天空山地的源程序
一个opengl模拟天空山地的源程序-A simulation of the sky mountains opengl source
- 2022-04-10 11:38:06下载
- 积分: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
-
OpenGL高级编程与可视化系统(高级编程篇…
OpenGL高级编程与可视化系统开发(高级编程篇)-8-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) 8
- 2022-02-15 22:11:03下载
- 积分:1
-
建筑物漫游
建筑物漫游-Buildings roaming
- 2022-04-23 09:06:12下载
- 积分:1