-
opengl, directly in OnDrawGL drawing unwanted images can be
opengl,直接在OnDrawGL中绘制想要的图像即可-,Visual C++,OpenGL/OpenGL program -opengl, directly in OnDrawGL drawing unwanted images can be- and Visual C, OpenGL/OpenGL program
- 2022-02-26 23:18:16下载
- 积分:1
-
这只是个简单的小程序,主要是实现三维物体的绘制:在窗口绘制一个多面体和二次曲面,在代码中添加光照函数。...
这只是个简单的小程序,主要是实现三维物体的绘制:在窗口绘制一个多面体和二次曲面,在代码中添加光照函数。-This is just a simple small program, primarily to achieve three-dimensional object drawing: In the window, draw a polyhedron and second surfaces, add lighting function in the code.
- 2022-06-28 20:50:18下载
- 积分:1
-
在VC++的环境下结合opengl模拟水的特效。
在VC++的环境下结合opengl模拟水的特效。-In VC++ Environment opengl simulation combined effects of water.
- 2022-03-26 05:45:07下载
- 积分:1
-
packaged OpenGL category
经过包装的OpenGL类-packaged OpenGL category
- 2022-03-02 15:24:09下载
- 积分:1
-
区域生长发
适合初学者学习区域生长发。可以作为研究图形学方向的同学来学习。基于网格分割的区域生长发,前提是读取点云数据,点云数据的显示,以及三角网格化,然后利用区域生长发进行分割。
- 2022-03-11 03:42:24下载
- 积分:1
-
Please read your package and describe it at least 40 bytes in English.
Please read your package and describe it at least 40 bytes in English.
- 2022-07-28 00:34:50下载
- 积分:1
-
Computer Graphics OPENGL robot to do with VC
计算机图形学OPENGL
用VC做的机器人-Computer Graphics OPENGL robot to do with VC
- 2022-03-23 03:18:19下载
- 积分:1
-
这是OPENGL和VC++制作的真实火,真实度高,有游戏的感觉,背景配有网格对比....
这是OPENGL和VC++制作的真实火,真实度高,有游戏的感觉,背景配有网格对比.-VC production and the real fire, real high, the feeling of the game, Background equipped with a mesh contrast.
- 2022-08-08 16:16:30下载
- 积分: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
-
OBJ文件的载入。
OBJ文件的载入。-OBJ included in the document.
- 2022-10-01 09:35:03下载
- 积分:1