├── .gitignore ├── A Planetarium Dome Master Camera.md ├── Computing Minima and Maxima of Subarrays.md ├── Foreword.md ├── Introduction_to_DirectX_Raytracing.md ├── Notation.md ├── Part_I_Ray_Tracing_Basics.md ├── Preface.md ├── README.md ├── Ray_Tracing_Terminology.md ├── SUMMARY.md ├── What_is_a_Ray.md └── image ├── 2.1.jpg ├── 2.2.jpg ├── 2.3.jpg ├── 3.1.jpg ├── 3.2.jpg ├── 3.3.jpg ├── 图片1.1.png ├── 图片1.2.png ├── 图片1.3.png └── 图片1.4.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/.gitignore -------------------------------------------------------------------------------- /A Planetarium Dome Master Camera.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/A Planetarium Dome Master Camera.md -------------------------------------------------------------------------------- /Computing Minima and Maxima of Subarrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/Computing Minima and Maxima of Subarrays.md -------------------------------------------------------------------------------- /Foreword.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/Foreword.md -------------------------------------------------------------------------------- /Introduction_to_DirectX_Raytracing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/Introduction_to_DirectX_Raytracing.md -------------------------------------------------------------------------------- /Notation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/Notation.md -------------------------------------------------------------------------------- /Part_I_Ray_Tracing_Basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/Part_I_Ray_Tracing_Basics.md -------------------------------------------------------------------------------- /Preface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/Preface.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 最新进展请移步https://github.com/vinjn/ray-tracing-gems-cn 2 | -------------------------------------------------------------------------------- /Ray_Tracing_Terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/Ray_Tracing_Terminology.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /What_is_a_Ray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/What_is_a_Ray.md -------------------------------------------------------------------------------- /image/2.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/2.1.jpg -------------------------------------------------------------------------------- /image/2.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/2.2.jpg -------------------------------------------------------------------------------- /image/2.3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/2.3.jpg -------------------------------------------------------------------------------- /image/3.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/3.1.jpg -------------------------------------------------------------------------------- /image/3.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/3.2.jpg -------------------------------------------------------------------------------- /image/3.3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/3.3.jpg -------------------------------------------------------------------------------- /image/图片1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/图片1.1.png -------------------------------------------------------------------------------- /image/图片1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/图片1.2.png -------------------------------------------------------------------------------- /image/图片1.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/图片1.3.png -------------------------------------------------------------------------------- /image/图片1.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papalqi/Ray-Tracing-Gems-CN/HEAD/image/图片1.4.png --------------------------------------------------------------------------------