Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 949 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 949 Bytes

太极图形课S1-Ray Tracing示例程序

背景简介

该repo实现了一些Rendering的方法, Path tracing的具体实现参考了Ray Tracing in One Weekend

效果展示

Color only Lambertian reflection Blinn-Phong model
Blinn-Phong model with shadow Whitted style ray tracing Path tracing

运行环境

[Taichi] version 1.4.0, llvm 10.0.0, commit 2680dabd, linux, python 3.8.10

运行方式

确保ray_tracing_models.py可以访问的情况下,可以直接运行:python3 [*].py