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 著)的更多相关文章

  1. Mathematics for Computer Graphics数学在计算机图形学中的应用 [转]

    最近严重感觉到数学知识的不足! http://bbs.gameres.com/showthread.asp?threadid=10509 [译]Mathematics for Computer Gra ...

  2. Mathematics for Computer Graphics

    Mathematics for Computer Graphics 最近严重感觉到数学知识的不足! http://bbs.gameres.com/showthread.asp?threadid=105 ...

  3. How to Start Learning Computer Graphics

    Background Input\Output Image Knowledge Image Digital Image Processing Computer Vision Knowledge Com ...

  4. Fundamentals of Computer Graphics 中文版(第二版) (Peter Shirley 著)

    1 引言 2 数学知识 3 光栅算法 4 信号处理 5 线性代数 6 矩阵变换 7 观察 8 隐藏面消除 9 表面明暗处理 10 光线追踪 11 纹理映射 12 完整的图形流水线 13 图形学的数据结 ...

  5. Computer Graphics Research Software

    Computer Graphics Research Software Helping you avoid re-inventing the wheel since 2009! Last update ...

  6. 时间序列 R 读书笔记 04 Forecasting: principles and practice

    本章開始学习<Forecasting: principles and practice> 1 getting started 1.1 事件的可预言性 一个时间能不能被预言主要取决于以下三点 ...

  7. 水题 HDOJ 4716 A Computer Graphics Problem

    题目传送门 /* 水题:看见x是十的倍数就简单了 */ #include <cstdio> #include <iostream> #include <algorithm ...

  8. Computer Graphics Thinking–texture tiling

    Here is one question: how to tile texture? One thing worth to notice: The DirectX and OpenGL stipula ...

  9. HDU 4716 A Computer Graphics Problem

    A Computer Graphics Problem Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (J ...

随机推荐

  1. sprigmvc 传值jsp页面

    https://blog.csdn.net/qq_41357573/article/details/84675535#如何将controller层值传递到jsp页面

  2. mui框架上下拉加载

    mui框架被定位为“最接近原生体验的移动App的UI框架”. 写下mui框架中常用的两个功能,下拉刷新和上拉加载,没有后台交互,用js写假数据模拟,下面直接上代码. <!DOCTYPE html ...

  3. [转载]一个高效简洁的Aseprite to Unity导入工具

    原文链接 https://zhuanlan.zhihu.com/p/28644268  期待原作者上传至AssetStore. 今天,我的第一个 Unity 插件 MetaSprite 正式发布了它的 ...

  4. intellij idea 程序包不可见问题

    刚用intellij idea不久,出现了个程序包不可见的问题. 原因:jdk9的问题,用的是jdk9就会出现这个问题. 解决办法:把jsk9换成jdk1.8就能解决.

  5. js中获取时间new Date()详细介绍

    var myDate = new Date();myDate.getYear(); //获取当前年份(2位)myDate.getFullYear(); //获取完整的年份(4位,1970-????)m ...

  6. Qt的子窗口和父窗口阻塞问题

    在图形界面中,软件设计者通常需要将活跃窗口限制为一个.在某个窗口活跃时,它的父窗口被它挡住或者挡住一部分,这时候用鼠标去点击父窗口是没有作用的.问题的关键在于将子窗口设置模态: void MainWi ...

  7. find a lover

    #version_s#1.8#version_e# #update_s#https://files.cnblogs.com/files/dyh221/update_1.zip#update_e#

  8. tuxedo 提供buildserver命令编译服务器进程

    转自:http://blog.sina.com.cn/s/blog_5413cc0f0100nbgc.html 事实上buildserver只完成预编译,它会调用当前操作系统中已经安装的默认C编译器来 ...

  9. 一个切换内外网IP地址的批处理BAT

    做了一个切换内外网的小脚本.没想到这个老的没剩几颗牙的DOS竟然功能如此强大.盛名之下名副其实啊!不亏是想当年叱咤风云的操作系统啊! 脚本内容1.建立两个TXT文件,分别按行存储内外网的IP,MASK ...

  10. CSS常用属性-xy

    一.文本Text CSS text-align 属性 文本对齐方式 CSS text-decoration 属性 text-decoration 属性规定添加到文本的修饰 CSS line-heigh ...