-
著名的Nehe的OpenGL教程的VC++配套源码1-10课,适合OpenGL的初学者,作者在程序中已详加注释...
著名的Nehe的OpenGL教程的VC++配套源码1-10课,适合OpenGL的初学者,作者在程序中已详加注释-This is NeHe OpenGL Tourial source code from 1 to 10 with mach comment!
- 2022-03-31 21:45:59下载
- 积分:1
-
用opengl实现对3ds和ase模型的读取 适合复杂物体的建模
用opengl实现对3ds和ase模型的读取 适合复杂物体的建模-use opengl realize right 3ds Rnase and read model for the modeling of complex objects
- 2022-05-30 00:45:58下载
- 积分:1
-
delta3d教程
delta3d教程
- 2023-01-20 02:55:04下载
- 积分:1
-
OpenGL虚拟场景中的雪景
OpenGL虚拟场景中的雪景,有天空盒与地形设计,粒子系统只有雪alskdjflng lasknaa idaljfngladk ajsidfolgnlskd
- 2022-01-28 22:52:52下载
- 积分:1
-
虚拟现实技术Creator建模技巧――图片
虚拟现实技术Creator建模技巧――图片-Creator of Virtual Reality Modeling techniques- image
- 2022-09-06 03:45:03下载
- 积分:1
-
点云读取、显示、三角化等
主要实现点云的读取、显示、旋转等几何变换以及三角化等,主要利用Opengl显示技术,设置设备描述表,同时对点云可以实现三角化!
- 2022-05-27 11:08:59下载
- 积分:1
-
采用OpenGL API编写的例程,一个多彩的立方体转来转去,立体感很强...
采用OpenGL API编写的例程,一个多彩的立方体转来转去,立体感很强-prepared using the OpenGL API routines, a colorful cube to turn, a strong sense of three-dimensional
- 2023-08-22 18:10:03下载
- 积分:1
-
opengl小程序
关于3d俄罗斯方块的一个opengl的源代码,小程序很精美很好玩。不是原创的,在网上找的,与大家分享
- 2023-03-15 11:05:03下载
- 积分:1
-
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节...
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment"s first joint, e Key Moment of the second joints, w Key Moment of the third joints
- 2023-08-29 08:00:05下载
- 积分:1
-
增加的典型方法
The typical approach to adding in-game media such as movies and television has been to cycle through a series of textures. In order to play even a short show meant that a lot of texture swapping and memory had to be used, so the idea was to replace this method with a MPEG decoder and display each pixel as a polygon. I believe this is the first example of this method for two main reasons, firstly it takes a lot of processing to read the frames and display the large number of polygons but this is no longer a problem with the latest video cards, and secondly, it is no picnic writing a MPEG decoder. Fortunately I didn t have to write the MPEG decoder, I have used and modified the freely available source code ported to Win32 by Thanassis Tsiodras which was originally released by the University of California in 1992, back when there was a greater open source ethic.
- 2023-01-19 08:00:04下载
- 积分:1