CCS's ray tracer based on Java. CPU
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.