-
一个实现了纹理贴图立体效果的opengl程序,在这个程序中你将开始学习如何实现纹理贴图,效果很不错!...
一个实现了纹理贴图立体效果的opengl程序,在这个程序中你将开始学习如何实现纹理贴图,效果很不错!-a texture map to achieve a three-dimensional effect of opengl procedures, In this process you will begin to learn how to achieve texture map, the effect is pretty good!
- 2023-04-08 23:25:03下载
- 积分:1
-
OpenGL rendering with a constant rotation of the camera platform and circled ove...
用OpenGL绘制的一个不断旋转的摄像台以及上空盘旋的一个飞行物.可以通过键盘控制观察者的视角和位置,-OpenGL rendering with a constant rotation of the camera platform and circled over the one flying objects. Keyboard control can be the observer perspective and position
- 2022-03-13 22:47:33下载
- 积分:1
-
使用OPENGL实现场景的雾化效果,提供键盘接口,动态调节效果...
使用OPENGL实现场景的雾化效果,提供键盘接口,动态调节效果-use OpenGL scene atomizing effect, keyboard interface, dynamic adjustment results
- 2022-03-10 04:25:26下载
- 积分:1
-
opengl圆柱体绘制
圆柱体的绘制:利用连续扇形绘制填充圆柱体的上下两个底面圆;利用三角面片填充圆柱体的侧面;利用平移旋转改变图形的显示; 利用光源,光照渲染立体效果
- 2022-01-28 09:58:22下载
- 积分:1
-
use four yuan Group to achieve rotation matrix with six cameras peacekeeping fun...
使用四元组实现矩阵旋转功能,具有6维功能的摄像机。需用dev-C++编译。-use four yuan Group to achieve rotation matrix with six cameras peacekeeping function. Required dev- C compiler.
- 2022-06-21 01:59:06下载
- 积分:1
-
OpenGL,glfw
基于OpenGL和glfw的OpenGL版本测试代码,可以检测当前电脑的OpenGL版本,并且可以测试glfw的用法。代码很基本简单,适合初学者学习测试。
- 2022-01-25 22:05:08下载
- 积分:1
-
using camera with openGl
using camera with openGl
- 2022-01-22 14:53:58下载
- 积分:1
-
OpenGl实现的一个函数图像的显示软件,带有源代码.
OpenGl实现的一个函数图像的显示软件,带有源代码.-OpenGl achieve a function of the image display software, with source code.
- 2022-08-23 14:10:48下载
- 积分: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
-
算法编程题,北京大学OnlineJudge
2270Quadtr
算法编程题,北京大学OnlineJudge
2270Quadtr-2270QuadtreeII
- 2022-10-13 04:05:03下载
- 积分:1