-
PowerVR OpenGL ES的三角显示,学习如何使用PowerVR显示三角
应用背景这是一个例子,如何使用PowerVR和OpenGL ES显示三维图形环境的三角形,它是强大的环境,支持多平台和发展提供了机会,为机器人和iOS和桌面应用程序,在该实例中你将看到如何编写着色器,相机和其他工具来建立你的场景的PowerVR关键技术在这个应用程序中使用的技术是C + +编程语言除了OpenGL我支持PowerVR库使其跨平台的图书馆图书馆,和IDE开发这个例子里面是VC2008,所以你需要:VC2008和PowerVR图书馆和你将准备开始。更多信息可以访问Imagination PowerVR网站和通过教程一步一步
- 2022-07-19 16:48:31下载
- 积分:1
-
我的opengl的开发心得。我使用开放性图形库写的第一个程序,和我对开发的总结...
我的opengl的开发心得。我使用开放性图形库写的第一个程序,和我对开发的总结-my opengl development experience. I use open graphics library was the first procedure, and I would like to sum up the development of
- 2022-07-11 19:58:06下载
- 积分:1
-
OpenGL光影效果
这个是我开发的OpenGL动态光影效果,直接运行anim.exe.按eq旋转人物,上下左右调整视角,1切换全屏,2切换视角,iopjkl切换人物的不同动作.
- 2022-08-24 00:58:49下载
- 积分:1
-
5dg OpenGL的旋转
5DG S Rotation OpenGL
- 2022-08-13 02:22:19下载
- 积分:1
-
Commonly used to provide a series of inquiries opengl function, concise
提供opengl常用的一系列查询函数,简洁明了-Commonly used to provide a series of inquiries opengl function, concise
- 2022-03-06 23:24:08下载
- 积分:1
-
have included this Multiple Document Interface example here because any game dev...
have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to use multiple windows that allow perspective and orthographic views. In my search of the internet I was unable to find any example code that showed how to program an OpenGL Multiple Document Interface application using just straight Win32 programming with no MFC so I decided to program it myself. This MDI example only shows the same scene in each child window but should be easily understandable and modifiable by anyone familiar with programming a standard MDI application using the Win32 API. I will follow up this example with a more complete editor example.
- 2022-01-31 20:36:34下载
- 积分:1
-
opengl 和c++实现的Rain动画效果
opengl图形处理 和在c++下,编程实现实现的Rain动画效果,充分应用opengl库函数的优秀例子
- 2022-05-28 21:31:52下载
- 积分:1
-
opengl多文档应用实例
opengl多文档应用实例-opengl Multi- Document Application
- 2023-03-30 17:05:04下载
- 积分:1
-
用c和opengl写的,用来对Bezlit曲面的编写,很适合学曲面的初学者...
用c和opengl写的,用来对Bezlit曲面的编写,很适合学曲面的初学者-Opengl with c and written Bezlit used to prepare the surface, it is suitable for beginners Surface Science
- 2023-09-02 08:45:03下载
- 积分:1
-
OPENGL编写时钟表盘
编程实现时钟运动,通过使用OpenGL提供的标准库函数,综合图形学Bresenham画线和画圆的算法,OpenGL颜色模型中的RGBA模式,颜色表示模式等实现指针式时钟运动,并通过点击右键菜单实现时钟背景与时针颜色的转换。根据Bresenham画线和画圆的算法,画出时钟的指针和表盘。再根据OpenGL颜色模型用glColor()定义当前颜色。设置当时钟运行时交换的菜单,运行程序时可变换时钟背景与时针的颜色。在此中综合实现本学期中学习到OpenGL编程中部分的方法与操作。软硬件运行环境:Microsoft Windows XP。工发工具:VC++ 6.0。
- 2022-07-08 01:44:25下载
- 积分:1