Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 789 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 789 Bytes

Ray Tracing Demo

CCS's ray tracer based on Java. CPU

Features:

Objects:
1.sphere
2.box and rectangle surface
//TODO: triangle and .obj file support

Materials:
1.Dielectric Materials
2.Lambertian Materials
3.Metal Materials\

Texture:
1.PureColor Texture
2.Image Texture

World:
1.BVH acceleration
//TODO use SAH to construct BVH tree.


Some Output:
alt=image
alt=image
alt=image