Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 529 Bytes

File metadata and controls

17 lines (10 loc) · 529 Bytes

Cl Ray Tracing

This is a simple offline renderer that uses ray tracing and Blinn-Phong reflection model. It is implemented using clojure which is a functional programming language.

Results:

Simple-scene

Simple-Reflection

Patterns

Considerations:

  • Takes a lot of time to render a simple scene (as expected from ray tracing)
  • Aliasing problems.