-
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子....
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子.-Setup a simple production and a source of 3deditor procedures, for beginners to learn and use quickly. Opengl and mfc which the development is also a good example.
- 2022-05-25 18:06:01下载
- 积分:1
-
OpenGL代码
OpenGL为程序员提供了一个图形硬件接口。他是一个功能强大的,支持底层绘制和造型能力的软件图形函数库,适用于所有的主流操作系统平台,有着广泛的硬件支持。
- 2022-08-24 15:44:37下载
- 积分:1
-
简单的机器人模型,自动运动,行走,跳舞等动作,基于OPENGL开发
简单的机器人模型,自动运动,行走,跳舞等动作,基于OPENGL开发-robot
- 2023-06-02 16:55:03下载
- 积分:1
-
GL Opengl 开发库源码
GL Opengl 开发库源码-GL Opengl source development libraries
- 2022-07-19 11:09:25下载
- 积分: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
-
VB is used to achieve the 3D graphics, OpenGL
用VB是实现的3D图形,基于OpenGL实现的,感觉挺不错的,-VB is used to achieve the 3D graphics, OpenGL-based realization, I feel pretty good,
- 2022-01-25 19:45:39下载
- 积分:1
-
使用openGL绘制简单2d,3d图像。绘制正弦曲线等数学图形。
使用openGL绘制简单2d,3d图像。绘制正弦曲线等数学图形。-The use of openGL drawing simple 2d, 3d image. Sinusoid, such as rendering graphics mathematics.
- 2023-03-30 07:00:04下载
- 积分:1
-
OpenGL,Render to texture(RTT)类及应用实例
OpenGL,Render to texture(RTT)类及应用实例-OpenGL, Render to texture (RTT) category and application examples
- 2022-08-24 09:49:39下载
- 积分:1
-
OpenGL的三维系统的一个很好的电子书
opengl 3d system a good ebook
- 2022-01-28 16:22:07下载
- 积分:1
-
a good example of the integration of OpenGL and can be used to create a transpar...
一个很好的OpenGL融合的例子,可用于制造透明或半透明的特殊效果,注意:在运行程序之前,请将提供的"*.dll文件拷贝到系统的"Windows(或WinNT)system32"目录下。如果还需要别的文件请自己配置!
-a good example of the integration of OpenGL and can be used to create a transparent or semi-transparent special effects Note : Before running the program, please provide the "*. dll files are copied to the system" Windows (or WinNT) system32 "directory. If you need other text please configurable pieces!
- 2022-07-14 08:38:23下载
- 积分:1