-
csharpdirectx
DirectX 是开发三维场景的利器,也是目前大多三维游戏采用的开发平
台。国内外关于DirectX 开发的书籍不是非常多,而且大多数书籍都是针对
Visual C++语言来介绍的。在安装DirectX SDK 时可以选择安装例子和教程,
微软为开发者提供了许多较为实用的例子供大家学习。本文结合计算机三维图
形学和DirectX 的开发帮助,并参考国内外关于DirectX 开发的书籍和网站资
料等,主要介绍如何采用Visual C# 语言对DirectX进行三维图形开发。本文
共分十六章,以“由易到难、由简单到复杂”为主线,以介绍DirectX 开发方
法为主,并穿插介绍相关的计算机三维图形知识等。限于作者水平有限,文中
难免存在错误和缺点,敬请读者朋友不吝指正。(it is a document of windows API program design)
- 2010-05-24 09:18:57下载
- 积分:1
-
D3D游戏编程的基础。剑圣。。学3D的朋友不要错过。
D3D游戏编程的基础。剑圣。。学3D的朋友不要错过。-D3D game programming foundation.剑圣. . School friends do not miss 3D.
- 2022-01-24 14:05:03下载
- 积分:1
-
食人魔的好东西,大家应该仔细研究源代码的一个很好的实例。
ogre 源代码 很好的东西 大家应该仔细研究
对d3d或者gl封装很好
-ogre source code of good things everyone should study it carefully for a good package D3D or gl
- 2022-01-20 23:06:14下载
- 积分:1
-
directsound手册.pdf 参考
directsound手册.pdf 参考-DirectSound manual. pdf reference
- 2022-03-17 17:06:02下载
- 积分:1
-
WinCE下的WMV decoder的directshow filter,支持wmv9的解码
WinCE下的WMV decoder的directshow filter,支持wmv9的解码-WMV decoder under WinCE the directshow filter, support WMV9 decoder
- 2022-12-03 09:15:03下载
- 积分:1
-
directx9.0 教程 可以帮助爱好游戏编程的朋友更快的熟悉编程方法。...
directx9.0 教程 可以帮助爱好游戏编程的朋友更快的熟悉编程方法。-directx9.0 can help guide the game-loving friends programming faster familiar programming methods.
- 2022-02-04 05:38:01下载
- 积分:1
-
主要整合一些游戏常用的库,
方便自己用,如果别人也希望用就用吧。
包含一个基本的Framework...
主要整合一些游戏常用的库,
方便自己用,如果别人也希望用就用吧。
包含一个基本的Framework-some major integration of the game used to facilitate their use, if people also hope it will be using it. Contains a basic Framework
- 2022-03-18 09:33:57下载
- 积分:1
-
DirectX SDK examples, to demonstrate the application of HDR. DirectX useful for...
DirectX SDK中的例子,演示了HDR的应用。对于DirectX的编写很有帮助,运行需要安装DirectX SDK 2008。-DirectX SDK examples, to demonstrate the application of HDR. DirectX useful for the preparation, operation need to install DirectX SDK 2008.
- 2022-03-30 00:28:32下载
- 积分:1
-
chapter-8
Direct3D 关于雪花粒子,烟花粒子,雨点粒子等的程序。用VC++6.0编译。(Direct3D on snow particles, fireworks particles, particles, etc. raindrops program.)
- 2013-05-28 21:56:26下载
- 积分:1
-
用DreictX进行抓屏是很简单的,DirectX提供了很优雅的实现。
每个DirectX程序都包含一个被我们称作缓冲的内存区域,其中保存了和该程序...
用DreictX进行抓屏是很简单的,DirectX提供了很优雅的实现。
每个DirectX程序都包含一个被我们称作缓冲的内存区域,其中保存了和该程序有关的显存内容,这在程序中被称作后台缓冲(Back Buffer),有些程序有不止一个的后台缓冲。还有一个缓冲,在默认情况下每个程序都可以访问-前台缓冲。前台缓冲保存了和桌面相关的显存内容,实质上就是屏幕图像。
我们的程序通过访问前台缓冲就可以捕捉到当前屏幕的内容。由DirectX的底层优化机制做保证,我们的抓屏效率是很高的,至少比GDI方式高。 -DreictX carried out with screenshots is very simple, DirectX provides a very elegant implementation. Each contains a DirectX program was what we call the buffer memory region, which is preserved and the procedures related to memory content, which in the procedure, known as the background buffer (Back Buffer), some programs have more than one of the background buffer . There is also a buffer, by default, each program can access- front buffer. Front buffer to preserve the memory and desktop-related content, in essence, is the screen image. Our procedures by visiting the front buffer can capture the current screen content. From the bottom of DirectX optimized mechanism that we are screenshots of the efficiency is very high, at leas
- 2023-04-20 23:55:03下载
- 积分:1