-
该文件代码可实现简单的图形纹理描述,帮助同学解决纹理编程的疑惑,大家一起探讨~
该文件代码可实现简单的图形纹理描述,通过简单的算法实现,帮助同学解决纹理编程的疑惑
- 2022-05-20 10:25:17下载
- 积分:1
-
opengl函数查询,是学习opengl必备的工具
opengl函数查询,是学习opengl必备的工具-opengl function query is an essential tool for learning opengl
- 2022-05-25 03:52:56下载
- 积分:1
-
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行...
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行!-a good combination of 3D and OpenGL example, multi-class sports gear, a good effect, and the operational procedures for the provision when the post. Dll files are copied to your system SYSTEM32 directory, they can run!
- 2022-12-10 21:05:03下载
- 积分:1
-
OpenGL (实践) 简单的 MFC 应用程序
OpenGL 简单的 MFC 应用程序,显示如何在 MFC 中使用 opengl。这是一个小的 openGL 程序,它直观演示如何使用 openGL 在 MFC 中,和它竞争喜欢画画在 Windows 中,一个简单的函数以及作为显示的 opengl 的二维零件的基础使用。
- 2022-03-17 00:26:46下载
- 积分:1
-
原码得opengl程序,介绍引导学习opengl
原码得opengl程序,介绍引导学习opengl-original code in opengl procedures, introducing guide learning opengl
- 2022-03-13 20:43:58下载
- 积分:1
-
纹理复制的程序,将一部分纹理复制到另一块上。
纹理复制的程序,将一部分纹理复制到另一块上。-This is a simple code about copy texture use Opengl,give a demonstration copy from one part to the other part!
- 2023-08-05 18:10:03下载
- 积分:1
-
这个是老师留的作业,用OpenGL方针一个机械手开/关一个灯泡
这个是老师留的作业,用OpenGL方针一个机械手开/关一个灯泡-the teachers to stay the operation of a principle with OpenGL manipulator on/off a light bulb
- 2022-03-24 10:06:26下载
- 积分:1
-
这是C++Builder没有提供glaux.h所对应的dll和lib文件。
这是C++Builder没有提供glaux.h所对应的dll和lib文件。- This is C Builder has not provided dll and the lib document
which glaux.h corresponds.
- 2022-08-20 06:23:52下载
- 积分:1
-
imageproc2
这是一些神经网络训练一些处理数字图像的来源。
- 2023-05-27 14:50:03下载
- 积分: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