-
opengl_obj纹理贴图
opengl通过载入OBJ文件生成模型,以及贴图动画效果
- 2022-02-14 16:32:43下载
- 积分:1
-
采用OpenGL API编写的一个多彩的立方体。
采用OpenGL API编写的一个多彩的立方体。-A color cube writed in OpenGL API.
- 2023-01-21 03:10:03下载
- 积分:1
-
这是Nehe开发的一个简单的OpenGL程序
这是Nehe开发的一个简单的OpenGL程序-This is the development of a simple procedure OpenGL
- 2023-06-13 08:05:04下载
- 积分:1
-
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习...
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习-OpenGL graphics programming code, a good book" s source code, unfortunately did not download the book. Hope that the code for them to learn from
- 2022-01-25 21:08:20下载
- 积分:1
-
时间显示和三维的运动
时间显示和三维的运动-Time diplay and 3D motion
- 2022-09-12 07:45:03下载
- 积分:1
-
OpenGL 3D模型
资源描述
3D建模和真实感图形绘制
- 2022-05-17 11:22:24下载
- 积分:1
-
Opengl的小例子,绘制了一个旋转的多面体。
Opengl的小例子,绘制了一个旋转的多面体。-Opengl small examples, drawing a rotating polyhedron.
- 2022-03-24 00:51:42下载
- 积分:1
-
产生随机地形,用c++ directx 实现,写得不错,值得初学者借鉴。...
产生随机地形,用c++ directx 实现,写得不错,值得初学者借鉴。-Randomly generated terrain, with c++ Directx realized, well written, it is worth drawing for beginners.
- 2022-02-04 14:24:37下载
- 积分: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图像绘制,构造一个窗体,显示一个旋转的立方体和一个旋转的四边体。...
OpenGL图像绘制,构造一个窗体,显示一个旋转的立方体和一个旋转的四边体。-OpenGL image rendering, to construct a form, showing a rotating cube and a rotating four-sided body.
- 2022-09-25 01:35:03下载
- 积分:1