搜索资源列表
Z_buffer
- Depth-Buffer(深度缓存)有两种:Z-Buffer 和 W-Buffer,这里讨论这两种深度缓存的区别,以及如何在两者之间转换。-Depth-buffer (depth cache) two : Z-Buffer and W-Buffer, discussed here two cache depth the difference and how to switch between the two.
experiment5
- 1,画一个三棱锥(或三棱柱)穿透一个立方体,并用Z_buffer算法消隐,其中立方体和三棱锥的各个面用不同的颜色表示 2,用动画实现穿透的全过程并且实现光照 立方体可以旋转运动 三棱锥可一上下穿透 关键词:Z缓冲器算法 Z向深度缓存算法 Z_buffer Phong光照模型 -a painting a three pyramid (or three prism) penetrating a cube. Z_buffer algorithm using hidden, cube an
23141658818
- 图形学算法 z_buffer 算法, 直接显示的 没有提示
z_buffer12.12
- z_buffer算法。读入obj格式,按K切换z_buffer和opengl自带的深度缓冲-z_buffer algorithm. Read into the obj format, by K switch z_buffer and opengl s own depth buffer
Z_Buffer
- mfc zbuffer 算法 vs2008-mfc zbuffer algorithm vs2008
mytuxing
- 利用z_buffer,实现立方体的旋转,面的消隐-The use of z_buffer, to achieve the rotation of the cube, the hidden surface
z_buffer
- 消除隐藏面算法。z-buffer 扫描线算法.-Elimination of hidden surface algorithms. z-buffer scan line algorithm.
6050_assn2
- 使用c++实现z_buffer和图形变换包括位移,旋转,放大缩小,透视效果等(use c++ to realize z_buffer and transformation)