-
将一个3ds房屋模型导入到opengl中,不能视角移动,但是对于导入文件的编写很有借鉴意义
将3ds房屋模型导入vs2010中,代码完整可用。代码中有一个头文件和一个CPP文件CLoad3DS.cpp、CLoad3DS.h,不需要管这个两个文件里面具体复杂的操作是啥,直接当成库就可以了,然后写上头文件和3d模型的定义并进行初始化,最后在绘制函数里面用changeObject 导入之前设置好的参数,再用drawModel函数(在CLoad3DS定义好了的全局函数) 绘制。
- 2023-05-19 06:10:14下载
- 积分:1
-
OpenGL编程书籍――《OpenGL编程指南第四版》电子版。
OpenGL编程书籍――《OpenGL编程指南第四版》电子版。-OpenGL programming book- " OpenGL Programming Guide Fourth Edition" electronic version.
- 2023-01-26 07:45:10下载
- 积分:1
-
OpenGL扩展的应用技术
OpenGL扩展的应用技术-OpenGL application technology expansion
- 2022-03-12 23:27:33下载
- 积分:1
-
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。...
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。-In MFC, the use of OpenGL to achieve a process of collapse of a dam on the border, as well as a physical barrier definition.
- 2022-02-12 00:15:12下载
- 积分:1
-
显示如何使用GPU进行通用计算,例子中使用GLSL实现高斯-拉普拉斯边缘检测算子...
显示如何使用GPU进行通用计算,例子中使用GLSL实现高斯-拉普拉斯边缘检测算子-show how to use the GPU for general purpose computing, for example the use of GLSL achieve Gaussian- Laplace operator Edge Detection
- 2023-01-28 06:05:04下载
- 积分:1
-
三维Obj读取的代码
三维Obj读取的代码,用c++ STL模板做的,能够读取三维顶点,面和材质等各种三维信息,读取代码非常完整,也比较难得。
- 2022-04-14 19:10:19下载
- 积分: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
-
olidjaflsjfslkjfsldfaslkf OpenGL
olidjaflsjfslkjfsldfaslkf opengl
- 2022-05-31 12:35:48下载
- 积分:1
-
图形学实现旋转光照纹理3D等效果
c++,openfl,纹理,光照,旋转,3D图形学实现旋转光照纹理3D等效果
- 2023-07-15 11:35:04下载
- 积分: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