-
OpenGL程序创建3D对象
the opengl program to create the 3d objects-the opengl program to create the 3d objects...
- 2022-07-07 08:37:17下载
- 积分:1
-
本程序是基于vc的opengl编程,对三维物体进行压缩、放大、旋转、平移等操作,很有参考价值。...
本程序是基于vc的opengl编程,对三维物体进行压缩、放大、旋转、平移等操作,很有参考价值。-this program is based on the opengl vc programming of 3D objects compression, zooming, rotation, translation, etc, great reference value.
- 2022-01-25 21:20:22下载
- 积分:1
-
用vc实现的立方体的缩放,旋转,显示.(不用opengl实现!)
用vc实现的立方体的缩放,旋转,显示.(不用opengl实现!)-vc used to achieve the cube of scaling, rotation, showed. (Opengl not realize!)
- 2022-03-17 05:09:00下载
- 积分:1
-
OPENGL所需的所有库和头文件
OPENGL所需的所有库和头文件,很难找,留给有缘人。
- 2022-01-25 23:44:23下载
- 积分:1
-
OpenGL通过Shader实现镂空纹理效果
OpenGL通过Shader实现镂空纹理效果。
通过识别纹理中的颜色确定是否要绘制该颜色的像素。
仅供参考。
- 2022-02-05 09:51:22下载
- 积分:1
-
一个教您给三角形和四边形添加2种不同类型的着色方法的opengl程序,使用Smooth coloring(平滑着色)将三角形的三个顶点的不同颜色混合在一起,创建...
一个教您给三角形和四边形添加2种不同类型的着色方法的opengl程序,使用Smooth coloring(平滑着色)将三角形的三个顶点的不同颜色混合在一起,创建漂亮的色彩混合。效果相当不错!-teaches you to a triangular and quadrilateral add two different types of coloring method opengl procedures, Use Smooth coloring (coloring smoothing) triangle vertices of the three different colors mixed in a , to create beautiful color mixing. The results are pretty good!
- 2022-06-26 07:49:43下载
- 积分:1
-
y 轴旋转对象 (Extrude, Sweep)
你可以从这个源代码看到,y 轴旋转。
它将派生旋转曲面。(离散,一个对象放沿 y 轴的舍入方式)
C + + 源代码文件附件。
- 2022-03-15 13:30:11下载
- 积分:1
-
HTML5 实现3D网页canvas
此 html5 幻灯片显示代码帮助您在您的网站中添加幻灯片放映。图片/图像文件夹中您可以轻松地添加您的图片。 今天 mosly web 开发前端语言是 HTML 和 CSS。在 HTML 以后新邓氏在 html5 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 10:11:32下载
- 积分:1
-
3d chess board
- 2022-08-21 09:42:05下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1