搜索资源列表
fsource
- Engine Introduction Many people have asked me for the DirectX demo C++ source code, so here it is. The Demo framework I ve build for creating the demos consist of the following components: * Kernel system, with scene manager, camera and simple
5.Direct3d_light
- 5.Direct 3D顶点、转换和打光处理管线。direct3d很好的教程-5.Direct 3D vertex, transformation and lighting processing pipeline. a very good tutorial direct3d
09.Edge
- 一个d3d shader 的实现 使用 HLSL语言。 使用 DirectX sdk 9.0 ,能熟悉 可编程管线的过程,熟悉 VS和ps -The implementation uses a d3d shader HLSL language. Using the DirectX sdk 9.0, can be familiar with the programmable pipeline process, familiar with the VS and ps
DirectX-3D-game-program-design
- 第一部分:必备的数学知识 第二部分:Direct3D基础 第一章初始化Direct3D 第二章渲染管线 第三章在Direct3D中绘制 第四章 色彩 第五章 灯光 第六章 纹理 第七章 混合 第八章 模版 第三部分 实用的Direct3D 第九章 字体 第十章 网格模型I 第十一章 网格模型II 第十二章 创建灵活的摄像机类 -1.Direct3D Initialization 2.The Rendering Pipeline 3.Drawing in Direct3D 4.Color 5
renderTestAPP
- 基于DX9的一个渲染程序,模拟实现了DX渲染流水线,使用点绘制操作封装了各种光栅化函数,最后通过自定义的流水线实现了3D绘制效果。压缩包里带有一定的说明文档。-DX9-based rendering of a program to simulate achieve a DX rendering pipeline, using the dot drawing operations encapsulate various rasterization functions, and finally th
WaterWaveSimulation
- 基于DX9.0c可编程显示器件的水波模拟效果,包含一个屏保程序。-Source code packet of a water wave simulation program based on the DX9.0c programmable pipeline.
CheckAndroid
- 一个小demo,使用c++检测是否有android连接到电脑。 实现方式是创建一对读写管道连接adb.exe和我们的程序。通过adb.exe 参数检测设备,我们程序来读取。-A small demo, use c++ to detect whether there are Android connected to your computer. Way is to create a pair of read and write pipeline connecting adb.exe and our