Skip to content

Whitted-style Ray-Tracer with some extra features.

License

Notifications You must be signed in to change notification settings

MadEqua/ray-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ray-tracer

Whitted-style Ray-Tracer with some extra features.

Some Details

  • Developed with C++.
  • Can ray-trace spheres, planes, axis-aligned boxes and triangle meshes.
  • Supports combinations of Lambertian, Reflective and Transmissive materials.
  • Generates texture coordinates for use with procedural or image-based textures. Supports bilinear filtering for image textures.
  • Ability to use standard normal maps.

Example Renders

License

Licensed under the MIT license, see LICENSE for details.

About

Whitted-style Ray-Tracer with some extra features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages