Skip to content

donkike/DistributedRayTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed RayTracing

Introduction

Implementation of a Distributed RayTracer in Java.

Requirements

Requires the following libraries/frameworks:

Download and put into lib/. Ant will search that directory for external libraries.

Usage

  1. Run ant to compile project. Generated executable files will be at bin/ directory.
  2. Run ./bin/RayTracer.[sh|bat] <scene_file> [options].

For a list of options and example usage, type option --help or -h.

Scene Files

Example of scene files and format used can be found in scenes/ directory.

About

Implementation of a Distributed Ray Tracer in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages