-
四次bezier曲线 opengl
四次bezier曲线 opengl 鼠标点击进行绘图
- 2022-03-05 10:42:38下载
- 积分:1
-
GPS3D is a group of tools that can be used for processing GPS data on PC. One sp...
GPS3d 是一组可以从PC机处理GPS的工具,一个良好的功能是可以通过OpenGL,3D纹理映射模型查看GPS数据-GPS3D is a group of tools that can be used for processing GPS data on PC. One splendid function of the tool is that it can examine GPS data through texture mapped 3D model by use of OpenGL.
- 2022-01-30 18:29:03下载
- 积分: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编程,创建一个组合图形,包括对图形的组合,旋转等相关操作。-use OpenGL programming, the creation of a combination of graphics, including the right combination of graphics, rotation and other related operations.
- 2022-03-10 19:16:26下载
- 积分:1
-
使用OpenGL编写的简单绘图板一样的功能,一个简单的判断。
用opengl编写的可以简单的想绘图板一样的功能,简单的绘图程序,已经测试过了,可以运行!-use opengl prepared by the simple drawing board to the same function, a simple drawing program, has been tested and can run!
- 2022-08-07 07:35:33下载
- 积分:1
-
OpenGL显示中国包装类
openGl中显示中文的封装类-openGl showed Chinese Packaging Category
- 2022-03-07 10:01:21下载
- 积分:1
-
一个简单的3D蚂蚁分层模型
自己编写的一个简单的3D蚂蚁分层模型。使用的是C语和OpenGL。可以旋转,移动,以及该蚂蚁模型的触角和腿部有一简单的动作些动作。
- 2022-04-16 04:25:44下载
- 积分:1
-
glew-2.0.0-win32.zip
配置OpenGL超级宝典第五版的运行环境的glew库
- 2022-04-01 12:17:05下载
- 积分:1
-
opengl基础教程电子书,含有基本的opengl编程方法
opengl基础教程电子书,含有基本的opengl编程方法-Essentials opengl e-book, containing the basic opengl programming
- 2022-03-26 15:52:43下载
- 积分:1
-
DX初级示例
DX初级示例,主要完成相机类,其中dxmanager 比较适合学习,很容易上手。有什么问题大家可以讨论,相互学习。祝大家春节快乐,阖家幸福。
- 2022-02-01 00:09:59下载
- 积分:1