Skip to content

jonahalmn/tiny-raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Absolutely useless

This project is a WebGL raytracer, for now it can only raytrace 3 spheres and cast shadow on a plane, yes nobody needs this.

The raytracer is mainly written in fragment shader.

It don't really work but you can see demo here

To do:

  • Improve this absolutely ugly render
  • Several materials render
  • Soft shadows
  • Multiples lights
  • Improve intersections between objects
  • Many many more...

How to run

Just clone and execute yarn && yarn start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages