Skip to content
View xuejiahua's full-sized avatar

Highlights

  • Pro

Block or report xuejiahua

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Whitted_Ray_Tracing Whitted_Ray_Tracing Public

    项目通过引入镜面反射光线和折射光线的递归算法,逐步扩展了光线投射光照模型。针对Lambert漫反射模型的近似问题,进行了优化,引入漫反射光线的跟踪。同时,项目使用层次包围盒(BVH)算法优化了相交检测过程,显著提高了渲染效率。仓库中还包括软件设计细节、渲染效果图及性能对比。

    C++ 4