Skip to content

Simple ray/path tracer written in Java. Follows Peter Shirley's "Ray Tracing in One Weekend"

License

Notifications You must be signed in to change notification settings

rmnill202/java_ray_tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Ray Tracer

Simple ray/path tracer written in Java. Follows Peter Shirley's "Ray Tracing in One Weekend", which can be found here

Results

Chapter 1

Image generated by chapter 1 work

Hello, World!

Chapter 2

Set up a simple vector3 class!

Chapter 3

Image generated by chapter 1 work

Set up some logic for interpreting a 3D world, and working with rays.

Chapter 4

Image generated by chapter 1 work

Spheres. It's spherical!

About

Simple ray/path tracer written in Java. Follows Peter Shirley's "Ray Tracing in One Weekend"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages