搜索资源列表
directshow实务精选02
- directshow实务精选第二章,主要内容是音频、视频采集-directshow substantive selected second chapter, the main contents of audio, video collection
VertexBuffer
- direct3D图形得入门程序,这是第二个,接着在来-entry procedures, which is the second, and then to
DRM
- 采用Microsoft Media Encode SDK对文件进行DRM二次加密的一个实际用例,在这里重点演示了如何添加一个已经保存好的DRM配置,如果广播本地数据到一个Media Service服务器。本人主要从事流媒体播放的工作,有兴趣者可以和我联系。email:cxingpeng@gmail.com-Microsoft Media Encode SDK documentation for the second increase DRM close with an actual cases,
MotionBlur
- 《精通direct3d图形及动画程序设计》附书源代码\第三十二章 运动模糊效果-" Proficient in direct 3D graphics and animation program design" attached to the book source code \ chapter thirty-second motion blur effect
DX8TS
- Direct3D8教程:主要讲述3D数学基础,3D编程基础。第一章、准备就绪。第二章、绘制三角形。第三章、旋转的立方体。第四章、全屏模式和深度缓冲。第五章、矩阵变换。第六章、纹理。第七章、灯光与材质。第八章、索引缓冲。第九章、有纹理的球体、圆柱体和锥体。第十章、载入模型。第十一章、3D中的2D。第十二章、键盘与鼠标输入。第十三章、声音和音乐。-Direct3D8 Tutorial: 3D, focuses on the foundations of mathematics, 3D program
mpts_cut_play
- mpts做为多节目流,较单节目流切割,指定时间切割多节目流较复杂。这是仿照格式工厂 业余时间做的。但是时间问题,没有继续下去,很粗糙拿出来只为共同学习。用directshow实现播放器的功能,文件切割部分在第二个压缩包里。 1、指定开始和结束时间 是在mpts2spts.cpp 程序中指定的 ,当时只是作为测试,没有在参数中给定。 2、手上码流不多,测试不严密,测过 几个 mpts 和 几个 spts。 3、mfc_player 播放 只是 熟悉directshow,没有其他功
dx9_offscreen_rendering
- This sample demonstrates how to create dynamic textures // through off-screen rendering. // // As a demonstration, a spinning textured cube is rendered // to an off-screen surface, which is in turn, used to create // a dynamic texture. T
apr-iconv-0.9.7-win32-src-r2
- 第二人生游戏,很好的学习资料,帮助dx,OpenGL开发-second life client
GrabBitmaps
- Improved DirectShow sample code - GrabBitmaps sample. This console app will open a long AVI file in the parent directory,create a filter graph with a sample grabber filter, read frames out of it every second for a few seconds, and write the frames
T3DCHAP02
- the second part of listing from Lamot s book
Direct3D-Game-Programming
- Beginning Direct3D Game Programming, Second Edition 可用于Diect3d初学者-Beginning Direct3D Game Programming, Second Edition can be used to Diect3d beginners
Direct3D-Game-Programming-Tutorial
- Direct3D游戏编程入门教程 本书基于DirectX 9.0,是介绍Direct3D技术的入门教程,详细介绍了Direct3D的背景、基本知识以及3D程序设计的相关概念与技术。全书由浅入深,分为四个部分,第一部分介绍Direct3D的发展历史和基本知识,对3D程序设计中的术语、概念进行了深入讲解;第二部分着重讨论纹理映射技术,包括多重纹理等;第三部分通过多个示例来探讨高级shader编程,并对.MD3文件格式做了详细分析;第四部分是附录,对本书中用到的概念和技术知识背景进行了简单补充。
guocheng2bu
- 第二步骤地形编程,生称静态面片的步骤,执行效率还不错-The second step terrain programming, students said the steps the static patch, good efficiency in the implementation
Diretx3DMFC
- 实现左3D动画,右视图 右视图添加动态按钮,单击按钮,茶壶停止,再次单击,茶壶转动 分割窗口 固定大小 两个按钮,第二个按钮安全退出退出程序 按钮位置摆放整齐 其中一个按钮文字转换 单击旋转,茶壶旋转; 单击停止,茶壶停止 分隔条近乎隐藏 视图边框消去-ealize left 3 D animation, right view Right view add dynamic button and click on the button, t
xunzai.com_Direct3D
- Direct3D 游戏编程入门教程第二版源代码(第二版)-Getting Started Direct3D Game Programming Second Edition Source Code (Second Edition)
DX-Project-5
- 《DirectX 8 教程》及配套代码 第五章:矩阵变换 Introduction (序) What are matrices and how do they work? (矩阵是什么和它们怎样工作) How do I use transformation matrices in DirectX? (在DirectX中怎样使用变换矩阵) Step 1: Create objects (第一步,创建对象) Step 2: Create Transforma
DirectShow开发指南
- 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使 用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了 DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow 应用程序的开发,包括目前非常流行的如音视频采集、数码摄像机的支持、非线性 编辑等应用。第3部深入分析了DirectShow SDK提供的部分典型源代码例子。第 4部分结合作者个人的一些开发实践,通过案例和开放源码分析