搜索资源列表
pickdepth
- 关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z-buffer数值等相关参数-hidden line elimination of the code examples, by clicking on the mouse Dian show selected objects z-buffer numerical parameters related
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
max_1
- 调用文件产生的一个3D效果模型,在Z缓冲区下实现动态变化,根据按键不同可以实现不同的动作.-called the document a 3D-effect model, the Z-buffer under dynamic changes According to different keys can be achieved different movements.
missile10
- 导弹的模型 强化控制跟踪 Z BUFFER
USBTORS232Converter.rar
- Z-TEK USB转RS232串口驱动文件,网上很难找到,今天我吧它贴出来,希望能帮助大家!,Z-TEK USB TO RS232 Converter
使用Z-Buffer算法进行动态面消隐
- 请使用Z-Buffer算法对图9-17所示的球进行动态面消隐,消隐效果如图9-37的黄色球所示。,Please use the Z-Buffer algorithm on the ball as shown in Figure 9-17 Dynamic surface blanking, blanking the effect of the yellow ball in Figure 9-37 below.
A~Z
- C语言写的,用户输入一个大写字母,比如C 则输出一个 A ABA 还有杨辉三角等几个小程序! ABCBA-C language written by the user to enter a uppercase letters, for example, C is the output of a A ABA Yang Hui triangle, etc. There are several small programs! ABCBA
ZBuffer
- 用c#开发的扫描线深度缓存算法实现,用d3d和gdi+分别绘制效果-C# development using the scan line depth buffer algorithm, the d3d and gdi+, respectively, the effect of rendering
Z-Buffer
- 能画出一个立方体,旋转.成功消隐 ,着色-Able to draw a cube, rotating. Successful blanking, shading
blanking
- 在屏幕上任意绘制一个多边形,在计算机内将其表示为一个以此多边形为底面的正n边棱柱(指定高度),棱柱的各面具有不同的颜色。 用Z-Buffer算法做面消隐; 允许以棱柱中心为固定点,通过输入x, y, z方向的转动角度实现任意角度的旋转(或通过鼠标操作实现任意角度的旋转) ; 投影方式:正平行投影,并假设物体始终在裁剪空间内;-On the screen draw an arbitrary polygon, within the computer as a polygon of its
ScanLine_Z-buffer-1
- 扫描线Z-buffer算法作业,实现了简单的扫描线算法-Scan line Z-buffer algorithm operation, to achieve a simple scan line algorithm
Z-buffer
- 提供可靠的消隐算法,z缓冲算法的改进,花了3块钱下载的论文-Blanking algorithm to provide reliable, z buffer algorithm improvements
xfx_ZBuffer
- Z—Buffer扫描转换,对OBJ面片文件进行2D显示-Z—Buffer
z_buffer
- 消除隐藏面算法。z-buffer 扫描线算法.-Elimination of hidden surface algorithms. z-buffer scan line algorithm.
z-buffer
- 用z- buffer算法实现计算机图形学中交互界面图像的隐藏面消除-Z-buffer algorithm for hidden surface elimination
Z-Buffer
- Z-buffer隐面算法 MFC 孔令德 计算机图形学 课件源代码 答案 隐面-Z-buffer algorithm MFC
Z-Buffer
- C#实现计算机图形中的Z-Buffer消隐算法实例-C# implementation of computer graphics in the Z-Buffer blanking algorithm instance
Z---Buffer-hidden-surface-algorithm
- Z缓冲器消隐算法实现非常好用直接编译即可使用-Blanking Z buffer algorithm is very nice compilation can be used directly
Z-Buffer Render
- 一个简单的基于Z—Buffer渲染的测试用例, 对于初学者可以很好的理解Z-Buffer渲染。(There is a very simple but useful model about Z-Buffer rendering, which is very hopeful for beginner to understand the effect of Z-buffer rendering in OpenGL.)