-
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。...
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。
- 2023-02-24 02:55:03下载
- 积分:1
-
" OpenGL Game Programming Design" book matching source.
《OpenGL游戏程序设计》这本书的配套源码。-" OpenGL Game Programming Design" book matching source.
- 2022-05-14 16:37:39下载
- 积分:1
-
openGL (GLUT) avec C
openGL (GLUT) avec C
- 2022-03-25 13:45:42下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
OpenGL初级学习的经典例程open inventor
OpenGL初级学习的经典例程open inventor-OpenGL and open inventor
- 2022-02-04 17:35:27下载
- 积分:1
-
图形项目
图形化工程学会怎么能通过使用 openGL 和做色彩效果做茶壶的动画
- 2022-08-07 11:57:12下载
- 积分:1
-
VC平台下开发的可以读取obj格式的显示界面,具有渲染,平滑,缩放功能,有需要的朋友可以下载参考....
VC平台下开发的可以读取obj格式的显示界面,具有渲染,平滑,缩放功能,有需要的朋友可以下载参考.-VC platform developed under the obj format can be read by the display interface, with rendering, smooth, zoom feature, there is a need of a friend can download the reference.
- 2022-02-15 19:45:22下载
- 积分:1
-
使用高度图(lightmapping)给室内场景加光照效果,加快光照显示。...
使用高度图(lightmapping)给室内场景加光照效果,加快光照显示。-use of highly map (lightmapping) to the indoor scene increase lighting effect, speed up light show.
- 2022-03-17 01:10:42下载
- 积分:1
-
初学OpenGL时看的一个小程序
初学OpenGL时看的一个小程序-see a small program
- 2022-07-14 14:25:43下载
- 积分:1
-
This a Transparent PNG texture loader for OpenGL. It requires the gd library at...
This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s a demo at http://www.coolgroups.com/alpha/.
-This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s a demo at http://www.coolgroups.com/alpha/.
- 2022-04-07 07:25:13下载
- 积分:1