Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 593 Bytes

42cursus-miniRT

My first RayTracer with miniLibX

img1

  • image created with fewer samples (There is some noise)

img2

  • refraction with dielectric material

img3

  • final scene1

img4

  • final scene2

What we can do with this ray tracer

  • object: sphere, plane, cylinder, cone, box
  • material: lambertian, dielectric, metal
  • texture: solid, checker, image(with xpm file)

You can create your own scene with this ray tracer.
If you want, all you need to do is follow the .rt file rules.