文件名称:RayTrace-InOneWeekend-Python.rar
文件大小:29KB
文件格式:RAR
更新时间:2023-03-18 08:47:25
光线追踪 python
用python复现了InOneWeekend中的光线追踪代码,使用了Numpy库,图片保存使用了opencv库。仅供学习。
【文件预览】:
RayTrace-InOneWeekend-Python
----main.py(6KB)
----utils.py(292B)
----camera.py(1KB)
----.git()
--------index(970B)
--------hooks()
--------config(323B)
--------description(68B)
--------refs()
--------logs()
--------objects()
--------info()
--------COMMIT_EDITMSG(15B)
--------HEAD(23B)
--------FETCH_HEAD(118B)
----material.py(3KB)
----.gitignore(2KB)
----hitable_list.py(604B)
----README.md(101B)
----hitable.py(350B)
----ray.py(352B)
----.gitattributes(66B)
----sphere.py(1KB)
----vec3.py(391B)