-
一个3D地图编辑器. 可以进行卡通勾边渲染
一个3D地图编辑器. 可以进行卡通勾边渲染-A 3D map editor.勾边can be a cartoon rendering
- 2022-05-24 19:09:49下载
- 积分:1
-
在OPENGL中创建字体
在OPENGL中创建字体-in OpenGL to create fonts
- 2022-05-14 23:07:41下载
- 积分: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程序的基本方法之三,如何加入颜色,如何画有颜色的多边形-How to develop procedures for the basic method OPENGL ter, how to join the colors, how to have color pictures of polygons
- 2022-01-31 01:35:37下载
- 积分:1
-
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。...
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。-In MFC, the use of OpenGL to achieve a process of collapse of a dam on the border, as well as a physical barrier definition.
- 2022-02-12 00:15:12下载
- 积分:1
-
loader3 quake3 bsp
quake3 bsp loader3
- 2023-04-09 16:25:04下载
- 积分:1
-
可以根据不同的椭球参数进行空间坐标系向大地坐标系的转换...
可以根据不同的椭球参数进行空间坐标系向大地坐标系的转换-Can be based on different parameters of the ellipsoid to the earth coordinate system of space coordinates conversion
- 2022-03-07 13:24:36下载
- 积分:1
-
Simple Draw using Opengl primitives in c++, this time the most easy draw: a poin...
Simple Draw using Opengl primitives in c++, this time the most easy draw: a point
- 2022-02-07 12:41:03下载
- 积分:1
-
一个很好的OpenGL纹理映射的例子,注意:
在运行程序之前,请将提供的“DLL*.dll文件拷贝到系统的"Windows(或WinNT)system32...
一个很好的OpenGL纹理映射的例子,注意:
在运行程序之前,请将提供的“DLL*.dll文件拷贝到系统的"Windows(或WinNT)system32"目录下。
-a good OpenGL texture mapping example Note : Before running the program, I would be grateful if the "DLL *. dll files are copied to the system" Windows (or WinNT) system32 "directory.
- 2023-02-20 14:30:04下载
- 积分:1
-
openGL based on octree graphics programming, computer graphics work
openGL 基于八叉树的图形编程,计算机图形学作业-openGL based on octree graphics programming, computer graphics work
- 2022-12-28 05:55:03下载
- 积分:1