openGl C++ 反混淆 openGL反混淆 算法 C++实现
2022-10-30 15:01:58 545KB openGl C++ 反混淆
1
使用opengl 实现立方体的动态消隐…………………………
2022-10-29 21:47:19 1.72MB 立方体消隐 opengl
1
利用OpenGL实现了三维点云的显示,添加了鼠标控制事件,可以用鼠标对三维点云模型进行移动、缩放等功能。很不错的源代码,本代码运行环境是VS2010,需要添加OpenGL的配置。很不错的源代码分享给大家。
2022-10-26 11:28:30 9.17MB OpenGL 三维显示 鼠标控制 VS2010
1
openGL着色器语言教程,帮助你更好的学习图形学相关知识。包含整本书1-2-3部分
2022-10-25 14:02:49 23.06MB openGL GLSL 着色器 橙皮书
1
 A C-like language and incorporated into OpenGL 2.0  Used to write vertex program and fragment program  Platform independent compared to Cg
2022-10-24 13:09:51 651KB glsl unity
1
The OpenGL ES Shading Language is based on the OpenGL Shading Language. This document restates the relevant parts of the GLSL specification and so is self-contained in this respect
2022-10-24 13:09:50 624KB unity shader glsl
1
OpenGL入门学习——写给想用计算机画图的朋友
2022-10-24 10:12:18 38KB OpenGL
1
1.练习使用GDI函数绘出基本几何元素,如点、线、矩形、圆、椭圆、多边形、圆弧等、并能够用颜色填充2、练习使用GDI函数显示图像3、使用opengl函数写一个控制台程序,要求输出一些简单的二维图形:如线(实线、虚线)、四边形、多边形、圆、六面体、球、圆锥、茶壶等。
2022-10-23 23:31:28 2.29MB 计算机图形学OpenGL
1
基于OpenGL的三维人体运动模型实现,
2022-10-21 16:29:15 546KB opengl
1
用VC6++配置的OpenGL绘制3D机器人和猫,涉及算法:DDA画线、中点画椭圆、Bezier曲线、真实感光照。视角可通过键盘上下左右键调整。有些许注释。
1