Skip to content

vjeux/jsRayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's a school project: a Ray Tracer written with web technologies. I've taken the file format and all the examples from the Ray Tracer of my friends Maxime Mouial and Clément Bœsch.

It is powered by glMatrix, CodeMirror, CoffeeScript, Twitter Bootstrap, jQuery and Web Workers.

Features

  • Objects: Plane, Sphere, Cone, Cylinder, Portal
  • Reflection, Refraction, Opacity
  • Textures, with Alpha handling
  • Checkerboard, Perlin Noise
  • Colored Lights
  • Object cut via bounding box
  • Anti-aliasing: Sub/Super-sampling and multiple random rays per pixel

Examples

Licence

It's in MIT licence. Feel free to do whatever you want with it :)