본문으로 바로가기

[C++] Ray tracing

category Portfolio/2012 2022. 6. 22. 09:34
728x90

From a txt file which contains objects’ position, material, lights, and so on, the software generates a ray traced image that expresses reflection and refraction.

 

GitHub

https://github.com/changkiLee/ComputerGraphics/tree/master/RayTracing

 

GitHub - changkiLee/ComputerGraphics: Projects related to computer graphics

Projects related to computer graphics. Contribute to changkiLee/ComputerGraphics development by creating an account on GitHub.

github.com

 

728x90

'Portfolio > 2012' 카테고리의 다른 글

[DirectX Game] Rolling box  (0) 2022.06.22
[C++] Rigid body simulation  (0) 2022.06.22
[C++] Particle system  (0) 2022.06.22
[SonarX3] Audio editing  (0) 2022.06.22
[3D Max] 3D Character modeling  (0) 2022.06.22