├── 1-Optix使用入门介绍 ├── 1-3-1 │ └── main.cpp ├── 1-3-2 │ ├── main.cpp │ └── render_test.cu └── readme.md ├── 2-Optix的基本功能与代码结构 ├── 1-1.zip └── 3-1.zip ├── 3-LearnOptix系列3-Whitted光线追踪器 └── 2-1.zip ├── 4-LearnOptix系列4-光线追踪器的优化与交互 ├── 2-1.zip ├── 3-1.zip └── 4-1.zip ├── 5-LearnOptix系列5-纹理映射 ├── 2-1.zip └── 3-1.zip ├── 6-LearnOptix系列6-变换节点与实例化 └── 3-1.zip ├── 7-LearnOptix系列7-三角形 └── 2-1.zip ├── ImagesInCourse ├── LearnOptix-3.png ├── LearnOptix-4.png ├── LearnOptix-5.jpg ├── LearnOptix-6.png └── p4-2.png ├── LearnOptix小项目-AI去噪器 └── 1-1.zip ├── README.md └── optix7course ├── optix7course-master-20230818.zip └── readme.md /1-Optix使用入门介绍/1-3-1/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/1-Optix使用入门介绍/1-3-1/main.cpp -------------------------------------------------------------------------------- /1-Optix使用入门介绍/1-3-2/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/1-Optix使用入门介绍/1-3-2/main.cpp -------------------------------------------------------------------------------- /1-Optix使用入门介绍/1-3-2/render_test.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/1-Optix使用入门介绍/1-3-2/render_test.cu -------------------------------------------------------------------------------- /1-Optix使用入门介绍/readme.md: -------------------------------------------------------------------------------- 1 | 《Optix使用入门介绍》的相关代码 2 | -------------------------------------------------------------------------------- /2-Optix的基本功能与代码结构/1-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/2-Optix的基本功能与代码结构/1-1.zip -------------------------------------------------------------------------------- /2-Optix的基本功能与代码结构/3-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/2-Optix的基本功能与代码结构/3-1.zip -------------------------------------------------------------------------------- /3-LearnOptix系列3-Whitted光线追踪器/2-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/3-LearnOptix系列3-Whitted光线追踪器/2-1.zip -------------------------------------------------------------------------------- /4-LearnOptix系列4-光线追踪器的优化与交互/2-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/4-LearnOptix系列4-光线追踪器的优化与交互/2-1.zip -------------------------------------------------------------------------------- /4-LearnOptix系列4-光线追踪器的优化与交互/3-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/4-LearnOptix系列4-光线追踪器的优化与交互/3-1.zip -------------------------------------------------------------------------------- /4-LearnOptix系列4-光线追踪器的优化与交互/4-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/4-LearnOptix系列4-光线追踪器的优化与交互/4-1.zip -------------------------------------------------------------------------------- /5-LearnOptix系列5-纹理映射/2-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/5-LearnOptix系列5-纹理映射/2-1.zip -------------------------------------------------------------------------------- /5-LearnOptix系列5-纹理映射/3-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/5-LearnOptix系列5-纹理映射/3-1.zip -------------------------------------------------------------------------------- /6-LearnOptix系列6-变换节点与实例化/3-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/6-LearnOptix系列6-变换节点与实例化/3-1.zip -------------------------------------------------------------------------------- /7-LearnOptix系列7-三角形/2-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/7-LearnOptix系列7-三角形/2-1.zip -------------------------------------------------------------------------------- /ImagesInCourse/LearnOptix-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/ImagesInCourse/LearnOptix-3.png -------------------------------------------------------------------------------- /ImagesInCourse/LearnOptix-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/ImagesInCourse/LearnOptix-4.png -------------------------------------------------------------------------------- /ImagesInCourse/LearnOptix-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/ImagesInCourse/LearnOptix-5.jpg -------------------------------------------------------------------------------- /ImagesInCourse/LearnOptix-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/ImagesInCourse/LearnOptix-6.png -------------------------------------------------------------------------------- /ImagesInCourse/p4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/ImagesInCourse/p4-2.png -------------------------------------------------------------------------------- /LearnOptix小项目-AI去噪器/1-1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/LearnOptix小项目-AI去噪器/1-1.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LearningOptix 2 | 《Optix — 应用与代码构建》源码 3 | 4 | 电子书链接:https://dezeming.top/?page_id=2386 5 | -------------------------------------------------------------------------------- /optix7course/optix7course-master-20230818.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feimos32/LearningOptix/HEAD/optix7course/optix7course-master-20230818.zip -------------------------------------------------------------------------------- /optix7course/readme.md: -------------------------------------------------------------------------------- 1 | ss 2 | --------------------------------------------------------------------------------