搜索资源列表
dx_water_source
- 利用GPU做代数运算的Dirext版本; 很有名的GPU编程例子(引自siggraph上的论文):这里使用了图形硬件上的矩阵和向量表达,繁杂的矩阵运算都在GPU上进行。对于想利用GPU做并行数值计算的人一定会有帮助~ -Make use of GPU computing Dirext version of algebra well-known examples of GPU programming (a quote from the siggraph paper): here the
TBTB
- 基于DX的TBTB编程,利用DV的矩阵运算函数可以快速计算修复文件-DX' s TBTB programming based on the use of DV in the calculation of matrix operations function can quickly repair the file
FrustumPlane
- DirectX下 Viewing Frustum 的实现。 这里介绍的算法,可以直接从世界、观察以及投影矩阵中计算出Viewing Frustum的六个面。它快速,准确,并且允许我们在相机空间(camera space)、世界空间(world space)或着物体空间(object space)快速确定Frustum planes。 -DIRECT the three planes in the game programming to introduce a small example pr