-
这是OPENGL和VC制作的桌面应用程序,动画效果,可以在桌面上移动.可以设置参数,形式多变....
这是OPENGL和VC制作的桌面应用程序,动画效果,可以在桌面上移动.可以设置参数,形式多变.-This is OpenGL and VC production of desktop applications, animation effects, be on the table moving. can set parameters varied forms.
- 2022-04-08 16:48:15下载
- 积分:1
-
the opengl programming procedures
c#下的opengl编程程序-the opengl programming procedures
- 2023-07-11 09:35:02下载
- 积分:1
-
源程序,它显示了一个创建屏幕保护程序的例子,然后运行…
Source program, which shows an example of creating screen saver and then running the OpenGL graphics
- 2022-05-05 13:11:21下载
- 积分:1
-
OpenGL function summary to let you quickly access each of the functions of OpenG...
OpenGL的函数汇总,让你快速查阅每一个OpenGL函数的功能及用法.-OpenGL function summary to let you quickly access each of the functions of OpenGL functions and usage.
- 2022-01-25 15:51:58下载
- 积分:1
-
飞行模型,opengl
飞行模型,opengl- Flying model, opengl
- 2022-03-12 00:11:30下载
- 积分:1
-
a high
a high-performance 3D game engine source code, good things ah, not daring to stay -a high-performance 3D game engine source code, good things ah, not daring to stay
- 2023-03-26 10:35:03下载
- 积分:1
-
OpenGL Programming and Advanced Visualization System (Advanced Programming Part...
OpenGL高级编程与可视化系统开发(高级编程篇)-15-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-15
- 2022-01-31 07:50:36下载
- 积分:1
-
opengl的几十个小案例
整个教程由nehe制作
课程内容由dancingwind(周炜)以及gamedev和csdn的志愿者翻译
最早的翻译应该是由CKER完成的(1~12章)
注:本教程经dancingwind授权发布于http://www.yakergong.com
dancingwind获得Nehe授权
- 2023-03-09 05:35:03下载
- 积分:1
-
本源码是为实现对象的旋转而专门编写的一个小程序,对初学vc者有很大的帮助!...
本源码是为实现对象的旋转而专门编写的一个小程序,对初学vc者有很大的帮助!-the source object is to achieve the rotation specially prepared in a small program for beginners vc are of great help!
- 2022-02-06 21:11:12下载
- 积分: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