Computer Graphics Principles And Practice (James Foley / Andries Van Dam / Morgan McGuire / David Sklar / James D. Foley 著)
1 Introduction
2 Introduction to 2D Graphics Using WPF
3 An Ancient Renderer Made Modern
4 A 2D Graphics Test Bed
5 An Introduction to Human Visual Perception
6 Introduction to Fixed-Function 3D Graphics and Hierarchical Modeling
7 Essential Mathematics and the Geomertry of 2-Shape and 3-Space
8 A Simple Way to Describe Shape in 2D and 3D
9 Functions on Meshes
10 Transformations in Two Dimensions
11 Transformations in Three Dimensions
12 A 2D and 3D Transformation Library for Graphics
13 Camera Specifications and Transformations
14 Standard Approximations and Representations
15 Ray Casting and Rasterization
16 Survey of Real-Time 3D Graphics Platforms
17 Image Representation and Manipulation
18 Images and signal Processing
19 Enlarging and Shrinking Images
20 Textures and Texture Mapping
21 Interaction Techniques
22 Splines and Subdivision Curves
23 Splines and Subdivision Surface
24 Implicit Representations of Shape
25 Meshes
26 Light
27 Materials and Scattering
28 Color
29 Light Transport
30 Probability and Monte Carlo Intergration
31 Computing Solutions to the Rendering Equation: Theoretical Approaches
32 Rendering in Practice
33 Shaders
34 Expressive Rendering
35 Motion
36 Visibility Determination
37 Spatial Data Structures
38 Modern Graphics Hardware
1 Introduction
2 Introduction to 2D Graphics Using WPF
3 An Ancient Renderer Made Modern
4 A 2D Graphics Test Bed
5 An Introduction to Human Visual Perception
6 Introduction to Fixed-Function 3D Graphics and Hierarchical Modeling
7 Essential Mathematics and the Geomertry of 2-Shape and 3-Space
8 A Simple Way to Describe Shape in 2D and 3D
9 Functions on Meshes
10 Transformations in Two Dimensions
11 Transformations in Three Dimensions
12 A 2D and 3D Transformation Library for Graphics
13 Camera Specifications and Transformations
14 Standard Approximations and Representations
15 Ray Casting and Rasterization
16 Survey of Real-Time 3D Graphics Platforms
17 Image Representation and Manipulation
18 Images and signal Processing
19 Enlarging and Shrinking Images
20 Textures and Texture Mapping
21 Interaction Techniques
22 Splines and Subdivision Curves
23 Splines and Subdivision Surface
24 Implicit Representations of Shape
25 Meshes
26 Light
27 Materials and Scattering
28 Color
29 Light Transport
30 Probability and Monte Carlo Intergration
31 Computing Solutions to the Rendering Equation: Theoretical Approaches
32 Rendering in Practice
33 Shaders
34 Expressive Rendering
35 Motion
36 Visibility Determination
37 Spatial Data Structures
38 Modern Graphics Hardware
Computer Graphics Principles And Practice (James Foley / Andries Van Dam / Morgan McGuire / David Sklar / James D. Foley 著)的更多相关文章
- Mathematics for Computer Graphics数学在计算机图形学中的应用 [转]
最近严重感觉到数学知识的不足! http://bbs.gameres.com/showthread.asp?threadid=10509 [译]Mathematics for Computer Gra ...
- Mathematics for Computer Graphics
Mathematics for Computer Graphics 最近严重感觉到数学知识的不足! http://bbs.gameres.com/showthread.asp?threadid=105 ...
- How to Start Learning Computer Graphics
Background Input\Output Image Knowledge Image Digital Image Processing Computer Vision Knowledge Com ...
- Fundamentals of Computer Graphics 中文版(第二版) (Peter Shirley 著)
1 引言 2 数学知识 3 光栅算法 4 信号处理 5 线性代数 6 矩阵变换 7 观察 8 隐藏面消除 9 表面明暗处理 10 光线追踪 11 纹理映射 12 完整的图形流水线 13 图形学的数据结 ...
- Computer Graphics Research Software
Computer Graphics Research Software Helping you avoid re-inventing the wheel since 2009! Last update ...
- 时间序列 R 读书笔记 04 Forecasting: principles and practice
本章開始学习<Forecasting: principles and practice> 1 getting started 1.1 事件的可预言性 一个时间能不能被预言主要取决于以下三点 ...
- 水题 HDOJ 4716 A Computer Graphics Problem
题目传送门 /* 水题:看见x是十的倍数就简单了 */ #include <cstdio> #include <iostream> #include <algorithm ...
- Computer Graphics Thinking–texture tiling
Here is one question: how to tile texture? One thing worth to notice: The DirectX and OpenGL stipula ...
- HDU 4716 A Computer Graphics Problem
A Computer Graphics Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (J ...
随机推荐
- URL 通过Get方式传递数组参数
URL 通过Get方式传递数组参数 方法1: ?id=1&id=2&id=3 后台获取时,只需要reqeust.getParameterValues("id") 获 ...
- SoapUI并发模式
soapUI支持test suite, test case级别的并发,合理使用这个功能,可以让自动化脚本短时间内跑完,为release省下时间. 1. 如何开启并发模式 图示,click projec ...
- for ,foreach ,map 循环的区别
一.for循环 1.for - 循环代码块一定的次数 遍历数组最常用到的for循环,是最为熟知的一种方法 for (var i=0; i<5; i++) { x=x + "The nu ...
- [RESTful] 设计要素
如何设计RESTful API 资源路径(入何规划资源路径) HTTP动词(请求方式 GET/POST...) 过滤信息(分页,查询操作的时候进行信息过滤) 状态码(服务器端响应什么样的状态码) 错误 ...
- WCF分布式4:客户端访问寄宿在IIS中的WCF服务
部署过程比较简单,新建一个站点,指向服务的物理路径,设置一个端口.即可. 新建的站点对应一个应用程序池,设置应用程序池中的.NET版本为4.0 写一个测试客户端,访问IIS中的WCF服务,可能会出现, ...
- 关于freemarker 空变量的接收以及类型转换 笔记
通常接收一个变量是${siOrganid},如果并没有这个变量,是这么处理${siOrganid!},如果这个变量是某个类属性,是这么处理${interfsrv.siOrganid!},如果这个类也是 ...
- Linux环境下mysql主从同步环境搭建
#my.cnf添加内容vim /etc/my.cnf添加以内容: ## replicationserver_id=195binlog-ignore-db=mysqlbinlog_format=mixe ...
- 手把手:使用service principal连接Azure Media Service
在简书中查看,请点击我. 关于相关内容解释,请参考docs文档 https://docs.microsoft.com/en-us/azure/media-services/previous/media ...
- Python标准库之textwrap模块
textwrap通过调整换行符的位置来格式化文本:以下是全部方法 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shor ...
- OO第三次博客总结
一. 规格发展历史 从20世纪60年代开始,就存在着许多不同的形式规格说明语言和软件开发方法.在形式规格说明领域一些最主要的发展过程列举如下: 1969-1972 C.A.R Hoare撰写了&quo ...