搜索资源列表
poolgame
- 一个D3D开发的台球游戏,有完好的碰撞检测和高效的渲染管线,适合D3D初学者研读.-development of a Motion billiards game, keeping the collision detection and efficient rendering pipeline, Motion suitable for beginners to read.
初步介绍可编程着色语言
- 渲染管线过程与可编程着色语言的初步介绍~
project_files
- Digital-Tutors 公司出的关于Xna和Maya渲染管线 教程CD1所使用工程,每个lesson所编写的类 资源等 -Digital-Tutors' s out and about Xna tutorials Maya rendering pipeline used by CD1 project, the class prepared for each lesson resources
DirectX9.0c-A-Shader-Approach
- 本书是一本描述Directx 9.0可编程渲染管线,Shader技术的入门书籍。作者是Frank D. Luna,有丰富的DirectX程序经验,已出版过多本DirectX相关书籍。书中讲解由浅入深,且配合大量实例,是游戏入门书籍的精品!-This book is a descr iption of Directx 9.0 programmable pixel pipelines, Shader technology introduction to books. The author is Fr
focus.on.3D.terrain
- 专注于游戏的地形生成编程,适合于已经熟悉3D渲染管线的游戏开发者阅读。-Focus on 3D terrain Programing with DirectX9.0
HLSL_STUDY
- HLSL的学习,有助于可控固定管线渲染的理解-HLSL learning, help to control the understanding of the fixed rendering pipeline. .
ForLianJun
- 用D3D固定管线渲染2D 前景在背景上逐渐透明-D3D Render 2D with gradually transparency foreground
RacorX
- 使用顶点着色器取代固定渲染管线中的IDirect3DDevice8::SetVertexShader() 的固定的着色过程。-Use vertex shader to replace fixed rendering pipeline in the IDirect3DDevice8:: SetVertexShader () fixed coloring process.
3D
- 程序为一年前写作,本计划修完D3D后重新修改,但是由于GUI绘制效率太低,同时也没有任何应用价值。所以保持到现在。 程序采用SetPixel()为基础绘制出了彩色立方体。 消隐采用的是背面剔除,裁剪也是采用的简单方式。 同时附带有简单的摄象机类,可以移动到不同角度观看图形。 使用: 鼠标左右上下旋转观察角度(完全自由的摄象机)。 键盘上下左右控制移动方向。 在3D图形方面如果允许,个人完全可以实现D3D的渲染管线(硬件部分没办法)-Writin
GLSL_ES_Specification_1.0.17
- OpenGL着色语言(GLSL――OpenGL Shading Language)是用来在OpenGL中着色编程的语言,也即开发人员写的短小的自定义程序,他们是在图形卡的GPU (Graphic Processor Unit图形处理单元)上执行的,代替了固定的渲染管线的一部分-The recent trend in graphics hardware has been to replace fixed functionality with programmability in areas tha
Opengl
- OPENGL静态渲染管线渲染OFF文件实例-OPENGL jingtai xuanran guanxian
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
myOpenGL
- 基于 GDI 实现的3D渲染管线,包括纹理映射-GDI achieve the 3D rendering pipeline, including texture mapping
3d-2008
- VS 2008 C++ GDI 模拟DX软件管线开发的3D渲染器,支持人物动作,纹理运动-VS 2008 C++ GDI simulation the DX software pipeline developed 3D rendering support for action figures, texture, movement
9
- Android平板电脑开发实战详解和典型案例——光盘源码 此书出版时间:2013-02-01 从Android 2.0趣味特性、Android 4.0新特性的基础知识到完整综合案例,由浅入深,循序渐进地进行了详解,既适合Android 4.0初学者学习,也适合有一定基础的读者进一步提升之用。 第9章 3D应用开发基础 9.1 OpenGL及OpenGL ES简介 9.2 3D基本知识 9.3 旧约——OpenGL ES 1.x 9.3.1 OpenGL E
DirectX3d(model)3
- 用GDI简单实现3D渲染管线,并且实现纹理映射。-3D rendering with GDI simple implementation pipeline, and to achieve texture mapping.
渲染管线
- 3维渲染管线的变换矩阵设置,包含摄像机 视口转换矩阵(The transformation matrix of 3 dimensional rendering pipeline is set up, including the camera viewport transformation matrix)
Unity3D Shader开发(2)《渲染管线》
- unity shader 入门学习资料2(Introductory learning materials 2)
图形渲染原理
- 一些列PPT文档,分别介绍了3D绘制管线流程,从3D空间转换到屏幕,涉及到的图形变换(Some of the PPT documents are listed, respectively, about 3D drawing pipeline processes, conversion from 3D space to screen, and the graphics transformation involved.)
A Trip Down the Graphics Pipeline
- 深入详细描述图形渲染管线的入门经典原本。作者是Jim Blinn。