Welcome![Sign In][Sign Up]
Location:
Search - d3d9

Search list

[Game ProgramD3D9Cartoon

Description: 现在市面上流行的3D游戏画面越来越炫目,不过也有一些为了营造一种特殊的效果而使用了卡通渲染技术,比如PC游戏中的《杀手XIII》,《忍者神龟》;PS2游戏中的《真红之泪》,《犬夜叉》等等。这些游戏的画面看上去很像漫画,感觉比较有趣。下面就介绍一种简单的实现方法。 所谓用卡通渲染技术绘制的三维物体一般都有两个明显的特征,一个特征是物体表面覆盖着大块的单调颜色,而且光影变化比较剧烈;另一个特征是物体拥有粗重的边缘效果。如果能自己控制光照和阴影,就可以达到目的。而DirectX 9.0 中的顶点渲染(Vertex Shaders)提供了这样一个途径,使我们可以实现自己的想法。 顶点渲染与以前的T&L在渲染流程中处于二选一的地位,一段代码最多只能有128条指令,而且不能有循环,判断和跳转指令,全是线性执行指令。每次只能有一个Shader程序是激活的,Vertex Shaders让我们可以实时地控制模型的空间变换,光照处理以及像素渲染。 那么现在先来解决第一个问题。我们可以用光线的亮度值作为物体的纹理坐标,这就产生一种带状纹理的效果,然后再调整相应的颜色即可。-now the fashion for 3D games more compelling picture, But there are also some in order to create a special effect and the use of the cartoon rendering technology, PC games such as the "killer XIII," "Turtles"; PS2 game of "truth red tears," "two characters." These games comic picture looks like, I feel more interesting. Now, on a simple method. Using the so-called cartoon rendering of 3D rendering objects normally have two obvious feature a surface characteristics of an object covered with chunks of dull colors, but more dramatic changes in the Universe; Another characteristic is heavy objects have the edge effect. If the ability to control their own light and shadow, we can achieve the aim. DirectX 9.0 vertex Rendering (Vertex Shaders) provide such
Platform: | Size: 662528 | Author: 倪明 | Hits:

[Documentsd3d9_game_programing

Description: 使用dx9进行游戏编程doc------Introduction to 3D Game Programming with DirectX 9.0 原著: Frank D. Luna -use dx9 game programming doc------ Introduction to 3D Game Programming with DirectX 9.0 works : Frank D. Luna
Platform: | Size: 283648 | Author: | Hits:

[DirextXD3D9UI

Description: 基于DX9的UI界面设计,自己收藏的一个例子, 这套界面最初是根据Alan Thorn的《DirectX 9 User Interfaces Design and Implementation》一书介绍的原理所编写-DX9-based interface of the UI design, an example of their own collections, this interface is based on Alan Thorn initially the
Platform: | Size: 164864 | Author: 李赛伟 | Hits:

[3D Graphic3DBASIC

Description: 这是一个D3D9在VC2005框架下的演示程序,用户可以在现有框架下进行扩展,写出自己需要的程序。程序需要DirectX9.0的支持,编译环境为VC8.0。-This is a framework of D3D9 in VC2005 demo program, users can expand the existing framework, the need to write their own procedures. Process requires the support of DirectX9.0, the compiler environment VC8.0.
Platform: | Size: 227328 | Author: | Hits:

[3D GraphicFur1

Description: 一个d3d9实现的短毛发实时绘制的小程序,使用了dxut框架.-D3d9 realize a real-time rendering of short hair, small procedures, the use of dxut framework.
Platform: | Size: 340992 | Author: 杨眉 | Hits:

[3D Graphic3Dhwd

Description: 用D3D9编写的3D俄罗斯方块游戏,效果还可以,适合初学d3d9编程的人学习-D3D9 prepared using 3D Tetris game, the effect can also be suitable for beginners to learn programming d3d9
Platform: | Size: 343040 | Author: bruce | Hits:

[Game ProgramD3D9Cartoon

Description: 卡通渲染的一个DEMO,介绍了卡通渲染的基本实现方法-Cartoon rendering of a DEMO, a cartoon rendering introduce the basic method
Platform: | Size: 660480 | Author: haikai | Hits:

[DirextXDynamicLightmapping

Description: 3维动态光线图,编译环境D3D9,VC++6-3-dimensional dynamic light map, the compiler environment D3D9, VC++ 6
Platform: | Size: 1152000 | Author: alex | Hits:

[DirextXTut07_Mesh

Description: 实现了d3d9载入Mersh,开发环境:dx9,vc6.0-Realize the d3d9 loading Mersh, development environment: dx9, vc6.0
Platform: | Size: 377856 | Author: radlo | Hits:

[DirextX1

Description: DirectX游戏编程-----模仿CS(半条命)风格-DirectX Game Programming- imitation CS (Half-Life) Style
Platform: | Size: 2398208 | Author: cy | Hits:

[OtherOPenGL_Performance_Optimization

Description: 结合OpenGL状态机和一个典型的D3D9硬件体系结构探讨如何对OpenGL应用程序的性能进行优化-Combination of OpenGL state machine and a typical D3D9 hardware architecture of how OpenGL application performance optimization
Platform: | Size: 23552 | Author: xinni | Hits:

[3D GraphicEMITER

Description: 使用d3d9中的粒子系统和普通的面片做成的喷发器,可以模拟炮弹落下时的情景。需要有PLANE面片类才能运行。-D3d9 use of particles in the system and the ordinary surfaces made of eruption, you can simulate the scenario when the shells fell. PLANE patches need to have categories in order to run.
Platform: | Size: 2048 | Author: 郭龙 | Hits:

[DirextXDirectX93D

Description: 一本关于D3D9游戏设计的入门教程,能给有兴趣的人提供帮助。-D3D9 one on game design entry tutorial, will give those who are interested in to help.
Platform: | Size: 7896064 | Author: Jacky | Hits:

[DirextXTheParticleSysterm_beta1

Description: 粒子系统编辑器。这个编辑器是我用HGE图形引擎写的。如果对HGE熟悉的话,估计不用我多花。这个编辑器必须是支持D3D9.0C的计算机上面才能运行!-Particle system editor. This editor is what I used to write the graphics engine HGE. HGE if familiar, it is estimated that I do not have to spend more. The editor must be to support the above D3D9.0C computer to run!
Platform: | Size: 444416 | Author: CE设计工作室 | Hits:

[3D GraphicMyD3D

Description: 一个学习基于MFC的D3D9.0三维图形编程的入门案例源码。源码中附有详细的注释-MFC based on a study of three-dimensional graphics programming D3D9.0 entry-case source. Source with detailed annotations
Platform: | Size: 374784 | Author: fyj | Hits:

[Hook apiD3D_Starterkit_v3.0b

Description: D3D HOOK模块,可用于制作DX类游戏的外挂,如透视等效果,支持DX8,DX9游戏,用法是将D3D8或D3D9文件夹里的d3d9dev.cpp,d3d9int.cpp,d3d9tex.cpp中的函数内容修改后编译生成DLL,再编译Injector注入,编译环境最好用VS.NET2003,有相应DX SDK,注入器必须用自带的Injector,否则可能没有效果。-D3D HOOK module, can be used to create plug-DX games, such as the effect of perspective, etc. to support DX8, DX9 games, the usage is to D3D8 or D3D9 folder d3d9dev.cpp, d3d9int.cpp, d3d9tex.cpp modify the contents of the function After the compiler to generate DLL, and then compiled into the Injector, the compiler environment is best to use VS.NET2003, corresponding DX SDK, injector must own the Injector, the effect may not have otherwise.
Platform: | Size: 64512 | Author: 一招鲜 | Hits:

[Windows DevelopIrr100BCB6

Description: c++ builder 的 irrlicht sdk-c++ builder' s irrlicht sdk
Platform: | Size: 2738176 | Author: 大撒娇拉 | Hits:

[OS program263

Description: 0.3.1 Beta6 加入防盗功能,避免d3d9.dll被非法盗用! 开启程序后直接进入游戏 家庭用户只需要安装一遍补丁即可,网吧用户需要每次重启或开机时安装一次! 第一次使用或者出现缺少d3dx9_37.dll报错提示请进入补丁目录安装补丁. 游戏中:F5为地图透视,F6为人物透视+显鬼. 如果使用时出现以下情况: 1.Client MFC Application 遇到问题需要关闭.我们对此引起的不便表示抱歉. 2.crossfire.exe应用程序错误 如果在进入游戏画面时出现该问题的话,建议把分辨率调成800*600!-V0.3.1 Beta6 Client MFC Application
Platform: | Size: 1306624 | Author: V0.3.1 Beta6 | Hits:

[Special Effectschangjing

Description: 基于D3D9编写的一个非常漂亮的场景,包括源代码。-On D3D9 written a very beautiful scene, including the source code.
Platform: | Size: 9663488 | Author: roger | Hits:

[Game Hook CrackD3D

Description: D3D透视DLL源码-DELPHI版 支持CS CF CSOL-D3D perspective DLL source-DELPHI version supports CS CF CSOL
Platform: | Size: 358400 | Author: sole | Hits:
« 1 2 3 45 6 7 8 »

CodeBus www.codebus.net