-
OpenGL红宝书有用
OpenGL red book usefu-OpenGL red book usefull
- 2022-02-14 09:07:43下载
- 积分:1
-
OpenGL编程与实例
OpenGL编程与实例-OpenGL programming examples and
- 2022-12-02 23:00:03下载
- 积分:1
-
一个C#使用OpenGL库的例子程序,相信会对你有所启发
一个C#使用OpenGL库的例子程序,相信会对你有所启发-a C# use OpenGL procedures for example, I believe you may find inspiration
- 2022-02-14 11:25:16下载
- 积分:1
-
OpenGL编程范例,掌握sin函数实现滚动星星,实现视景体的空间旋转...
OpenGL编程范例,掌握sin函数实现滚动星星,实现视景体的空间旋转-OpenGL programming paradigm, master sin Function rolling stars and realize the visual-spatial rotation
- 2022-02-14 20:45:46下载
- 积分:1
-
三维纹理,opengl
三维纹理,opengl- Three dimensional texture, opengl
- 2023-08-25 19:50:03下载
- 积分:1
-
作者: junglesong
这是我过去进行一个OpenGL项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移...
作者: junglesong
这是我过去进行一个OpenGL项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处.
由于源程序涉及到保密问题不能和盘托出,请见谅.
junglesong@etang.com-Author : junglesong This is my last OpenGL for a project to use the "three-dimensional vector space/point "and related functions, they can use a definition of space vector/points, for the vector translation, zooming and rotation, using correlation function can also achieve two fork by Vector, a vector to be the absolute length of a vector unit, 3:00 been a decision of the vertical plane of Vector (those units), a space to be the distance between two points, Vector to be the two plot points, to be the angle between two vectors such operations, as a user-use, Each function has detailed notes, a particularly important point if the calculation vector plot, fork also took note, we hope to have use
- 2023-01-23 15:20: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
-
使用OpenGL读取3DS文件的示例代码,可以旋转,可以运行
使用OpenGL读取3DS文件的示例代码,可以旋转,可以运行
-3DS file to read using the OpenGL sample code, you can rotate, you can run
- 2023-06-15 03:25:27下载
- 积分:1
-
这是OpenGL普遍教程的前三章基础的内容,自己敲的印证代码,对于初学者有一定的借鉴作用。...
这是OpenGL普遍教程的前三章基础的内容,自己敲的印证代码,对于初学者有一定的借鉴作用。-This is a tutorial of the first three chapters the general OpenGL-based content, as clearly demonstrated by knocking their own code, for a certain reference for beginners.
- 2022-05-16 01:22:08下载
- 积分:1
-
在MFC中使用OpenGL的例子,适合初学者
在MFC中使用OpenGL的例子,适合初学者-the MFC example of the use of OpenGL, for beginners
- 2022-03-23 03:38:37下载
- 积分:1