-
VC++和openGL开发的实现RGB立方体与LUV空间的转化程序,我的一个作业,强烈推荐...
VC++和openGL开发的实现RGB立方体与LUV空间的转化程序,我的一个作业,强烈推荐-VC and the realization of development and luminance RGB cube space conversion procedures, one of my operations, strongly recommended
- 2022-06-19 13:19:14下载
- 积分:1
-
VC实现的非常漂亮的工作界面,支持换皮肤,有一定的参考意义...
VC实现的非常漂亮的工作界面,支持换皮肤,有一定的参考意义-VC very nice job interface, support for the skin, a certain reference
- 2023-03-30 00:00:04下载
- 积分:1
-
Zooming and Panning an Orthographic Projection对OpenGL图形进行缩放和panning操作...
Zooming and Panning an Orthographic Projection对OpenGL图形进行缩放和panning操作-Orthographic projection of an OpenGL graphics for panning and zooming operation
- 2023-03-06 08:20: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
-
如果这是你第一次提交源代码,请参阅第一次提交代码
cordic 和它是更好的搜索以避免 sumbitting 相同或相似的源代码在提交之前的网站上。
- 2022-02-01 20:38:56下载
- 积分:1
-
opengl实现摄像和漫游,可以学习制作!
opengl实现摄像和漫游,可以学习制作!-opengl achieve cameras and roaming, we can learn from the production!
- 2022-04-23 04:44:53下载
- 积分:1
-
本程序是基于opengl平台C生成的代码,图形表达…
本程序是基于opengl平台而生成的c++代码,其表达的图形是地球(球体).-this program is based on the platform opengl c generated code, the graphic expression of the Earth (ball).
- 2022-03-18 00:01:59下载
- 积分:1
-
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2022-09-04 22:05:03下载
- 积分:1
-
三维几何变换
在VS2013和OpenGL环境下,用矩阵的方法实现三维图形的平移、旋转、缩放变换
- 2023-05-13 11:30:03下载
- 积分:1
-
关于C++制作opengl的框架和例子。方便初学者学习
关于C++制作opengl的框架和例子。方便初学者学习-C production opengl on the framework and example. Facilitate beginners learning
- 2022-08-07 03:46:06下载
- 积分:1