-
固体遮蔽基本对象
这是在 c + + 中使用 opengl,帮助我们绘制 Solid_Shaded_Basic_Objects 代码,您可以绘制多维数据集,茶壶,......这是一个基本的形状,project.i 将这用于我的项目是设计一个房间,有所有的东西像一张桌子、 茶壶、 喝杯茶,围拢的一切。希望每个人都想要开始用 opengl 帮助 them.good 和运气
- 2023-05-03 22:00:04下载
- 积分:1
-
使用OPenGL完成的三维几何零件图形,软件开发语言为C++,对于机械设计人员很有帮助。...
使用OPenGL完成的三维几何零件图形,软件开发语言为C++,对于机械设计人员很有帮助。-completed using OpenGL 3D geometric parts graphics, software development languages as C++, for mechanical design staff helpful.
- 2022-06-21 07:28:56下载
- 积分:1
-
rotating cube mapping, a good effect, and can expand the development of the corr...
旋转立方体绘制,效果很好,拓展后可开发相应的例子-rotating cube mapping, a good effect, and can expand the development of the corresponding example
- 2022-01-31 11:31:25下载
- 积分:1
-
一个简单的OpenGL程序,代码不过百行,却实现了一个简单的OpenGl功能。...
一个简单的OpenGL程序,代码不过百行,却实现了一个简单的OpenGl功能。-A simple OpenGL program, code hundred lines, however, they realize a simple OpenGL functions.
- 2022-07-17 10:18:15下载
- 积分:1
-
用键盘控制小球移动,当小球撞击墙面时,会有弹跳效果
用键盘控制小球移动,当小球撞击墙面时,会有弹跳效果-Use the keyboard to control the ball movement, when the ball hit the wall, there will be bounce effect
- 2022-05-14 16:56:38下载
- 积分:1
-
二次曲面,其功能是能够创建二次物体。通过OpenGL基于屏幕像素块所覆盖的区域对每一块覆盖的范围值进行计算,然后在RGBA模式中,OpenGL用该值与Alpha...
二次曲面,其功能是能够创建二次物体。通过OpenGL基于屏幕像素块所覆盖的区域对每一块覆盖的范围值进行计算,然后在RGBA模式中,OpenGL用该值与Alpha值相乘。-conicoid, and its function is to create two objects. Adoption of OpenGL-based screen pixel block area covered for each one covering the value calculated, and then RGBA model, the value of using OpenGL and Alpha value multiplication.
- 2022-02-02 19:22:26下载
- 积分:1
-
opengl交互操作的一些方法
opengl交互操作的一些方法-opengl interactive method of operation
- 2022-02-19 23:35:48下载
- 积分:1
-
代码是一个光盘
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享-The code is a CD-ROM brought the game programming, which describes how to use OpenGL for game design. Want to have friends like to share
- 2022-02-25 22:26:01下载
- 积分:1
-
机器人仿真源代码应用OpenGL,日本人写的,所以…
应用OPENGL进行机器人仿真的源码,日本人写的,源码重部分注释翻译过的.-OpenGL application for robot simulation source code, written in Japanese, the source re-translated part of the Notes.
- 2023-05-11 08:20:04下载
- 积分:1
-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1