-
迷你星球产生器(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
-
MFC和OPENGL 结合的例子,使用GLUT。
MFC和OPENGL 结合的例子,使用GLUT。-MFC and OPENGL with examples of the use of GLUT.
- 2023-04-04 08:50:03下载
- 积分:1
-
The solar system in C++ and OpenGL
The solar system in C++ and OpenGL
- 2023-06-25 03:15:03下载
- 积分:1
-
VC 和OpenGL编写的屏幕保护程序源码,包括安装卸载程序的源码。利用OpenGL Shading实现3维效果。...
VC 和OpenGL编写的屏幕保护程序源码,包括安装卸载程序的源码。利用OpenGL Shading实现3维效果。-VC and the preparation of the OpenGL screen saver source code, including the installation of the source and unloading procedures. OpenGL Shading realization of the three-dimensional effect.
- 2023-06-21 07:15:03下载
- 积分:1
-
一个用OpenGL做3D动画,适用于初学OpenGL的朋友,对入门是一个不错的例子...
一个用OpenGL做3D动画,适用于初学OpenGL的朋友,对入门是一个不错的例子-a done with OpenGL 3D animation, applied to a novice OpenGL friends, right portal is a good example
- 2023-07-16 16:20:07下载
- 积分:1
-
do a number of mining projects on the overall framework, using c++ and borders t...
做一个 数字矿上项目的总体构架,用c++和opengl实现-do a number of mining projects on the overall framework, using c++ and borders to achieve
- 2022-07-12 02:19:09下载
- 积分:1
-
实现OpenGL应用程序开发的各种源代码,包含各种应用小程序的Vc++源码。...
实现OpenGL应用程序开发的各种源代码,包含各种应用小程序的Vc++源码。-OpenGL application developers realize a variety of source code, contains a wide range of applications of small procedures Vc++ Source.
- 2023-01-26 06:00:04下载
- 积分: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 C++ OpenGL DirectX Baodian three
Visual C++ OpenGL DirectX三维动画设计宝典,不错的电子书。-Visual C++ OpenGL DirectX Baodian three-dimensional animation, a good e-book.
- 2022-07-12 10:01:09下载
- 积分:1
-
聆听OpenGL
lingting opengl
- 2022-05-25 18:36:41下载
- 积分:1