-
俄罗斯方块OpenGL实现
本项目是一个用OpenGL实现的俄罗斯方块的源代码。俄罗斯方块的功能和玩法执行文件中会出现提示
- 2023-05-18 03:30:04下载
- 积分:1
-
利用所学的计算机图形学的知识编制的三维物体之三棱锥图形,其中利用的是VC和OPENGL的结合在OPENGL编程下完成的,具有非常好的参考价值...
利用所学的计算机图形学的知识编制的三维物体之三棱锥图形,其中利用的是VC和OPENGL的结合在OPENGL编程下完成的,具有非常好的参考价值-use their knowledge of computer graphics prepared by the three-dimensional objects ter pyramid graphics, which use the VC and the integration of the OpenGL programming OpenGL completed, with a very good reference value
- 2023-02-10 00:10:04下载
- 积分:1
-
三维Obj读取的代码
三维Obj读取的代码,用c++ STL模板做的,能够读取三维顶点,面和材质等各种三维信息,读取代码非常完整,也比较难得。
- 2022-04-14 19:10:19下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
织物模拟,使用弹簧模型,很值得研究
织物模拟,使用弹簧模型,很值得研究- The fabric simulation, uses the spring model, is worth studying
very much
- 2023-06-21 19:35:05下载
- 积分:1
-
pencahayaan
源代码 ini berfungsi untuk menampilkan cahaya kepada 德信 objek
pencahayaan ada 3 仑
1.弥漫性
2.环境
3.镜面
- 2022-08-10 23:44:39下载
- 积分:1
-
bezier曲线
bezier方法是一种以逼近为基础的参数曲线和曲面的设计方法,它将函数逼近论同几何表示结合起来,使得设计师在计算机上设计曲线曲面就像使用作图工具一样得心应手。本程序通过鼠标点输入,实现bezier曲线。
- 2023-04-10 08:30:03下载
- 积分:1
-
OpenGL三维图形程序设计
OpenGL三维图形程序设计-OpenGL 3D Graphics Programming
- 2023-04-21 04:00:03下载
- 积分:1
-
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
-
OpenGL高级编程与可视化系统开发(高级编程篇)
OpenGL高级编程与可视化系统开发(高级编程篇)-12-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-12
- 2022-01-26 00:16:49下载
- 积分:1