-
Photorealistic rendering of texture mapping: mapping the cube, using a different...
真实感绘制 之 纹理映射:绘制立方体,利用不同的方式对该立方体贴纹理-Photorealistic rendering of texture mapping: mapping the cube, using a different method on the cube texture paste
- 2022-01-31 10:04:50下载
- 积分:1
-
读取SLC文件
通过简单了解slc文件格式,进行文件读取操作。通过VTK工具包读取所需slc文件
- 2022-11-23 00:45:03下载
- 积分:1
-
c++加OpenGL实现中国象棋
c++加OpenGL实现中国象棋
计算机图形学作业
实现功能有:
变色;
基本算法;
存档;
菜单栏操作;
- 2022-03-17 09:06:25下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)
OpenGL高级编程与可视化系统开发(高级编程篇)-13-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-13
- 2022-08-21 20:26:19下载
- 积分:1
-
一个简单的固定视角的圆柱
一个简单的固定视角的圆柱-a simple cylindrical fixed Perspective
- 2022-02-20 20:02:40下载
- 积分:1
-
学习opengl的好帮手,opengl入门,针对初学者
学习opengl的好帮手,opengl入门,针对初学者-Opengl learning a good helper, opengl entry for beginners
- 2022-03-21 05:48:03下载
- 积分:1
-
一个OpenGl的小例子,画了一座山
一个OpenGl的小例子,画了一座山-a small example, a drawing of a mountain
- 2022-03-04 19:59:23下载
- 积分:1
-
opengl游戏编程 书中实例的第6章代码
opengl游戏编程 书中实例的第6章代码-opengl game programming book, the code examples in Chapter 6
- 2022-02-02 11:08:48下载
- 积分:1
-
vc++ programming with opengl simulation
vc++结合opengl编程模拟――动态的银河系-vc++ programming with opengl simulation- dynamic, Milky Way
- 2022-02-05 10:18:24下载
- 积分: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