# raytracing **Repository Path**: foursister/raytracing ## Basic Information - **Project Name**: raytracing - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-29 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # raytracing A raytracing demo and analyse tool based on Peter Shirley's code reference: Peter Shirley BOOK1 : Ray Tracing in One Weekend BOOK2 : Ray Tracing The Next Week #### Installation 1. mkdir {build_directorory} && cd {build_directorory} 2. cmake .. 3. make #### log 1. 2019.1.3 submit basic code in book1 2. 2019.1.4 feature: BVH (bounding volume hierarchies) speed up struct 3. 2019.1.10 improve: program struction / CMakeList.txt