-
opengl
opengl 红宝书代码-opengl
- 2023-01-27 16:15:43下载
- 积分:1
-
Opengl/glut.h Viscal C++
Opengl/glut.h Viscal C-Opengl/glut.h Viscal C++
- 2022-07-18 14:44:59下载
- 积分: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
-
Visual OpenGL 3D images more programming source, Programming for 3D images will...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2023-03-13 22:40:04下载
- 积分:1
-
初学OpenGL很好的框架,添加了画出三角形和四边形的代码并为其上色。...
初学OpenGL很好的框架,添加了画出三角形和四边形的代码并为其上色。-Good beginner OpenGL framework, added a painted triangle and quadrilateral, and its color code.
- 2023-08-08 15:40:04下载
- 积分:1
-
迷你星球产生器(OpenGL源码)
迷你星球产生器(OpenGL源码) - 简单的小工具,把输入的cubemap图片转换为“微型星球”图片。保存为高分辨率(4096)的图片到桌面。注意:需要OpenGL GLSL支持。-Planet Mini Generator (OpenGL source)- a simple gadget, the input picture is converted to cubemap
- 2022-07-14 10:37:24下载
- 积分:1
-
example for vtk an example for VTK
example for v.t.k
一个例子用于v.t.k-example for vtk an example for VTK
- 2022-01-31 11:34:13下载
- 积分:1
-
OpenGL的简单使用,3D图形旋转,适合初学者对于OpenGL的理解
OpenGL的简单使用,3D图形旋转,适合初学者对于OpenGL的理解-OpenGL simple to use, 3D graphics rotation, suitable for beginners OpenGL for understanding
- 2023-05-05 18:10:02下载
- 积分:1
-
可以显示三维地形表面,是一个很不错的学习OpenGL的源程序
可以显示三维地形表面,是一个很不错的学习OpenGL的源程序-Can display three-dimensional topographic surface, is a very good source to learn OpenGL
- 2022-11-30 06:20:04下载
- 积分:1
-
在opengl下用贴图的方式绘制菜单项,虽然纹理数据是从文件中读取的,但也可跟着他的方法自己对纹理进行贴图。...
在opengl下用贴图的方式绘制菜单项,虽然纹理数据是从文件中读取的,但也可跟着他的方法自己对纹理进行贴图。-in opengl under way with textures mapping menu items, although the texture data is read from the document, However, it can be with his own method of texture mapping.
- 2022-06-15 08:50:08下载
- 积分:1