Skip to content

Commit d2cccf2

Browse files
authored
Update README.md
1 parent fb51978 commit d2cccf2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# RayTracer-Java
2+
3+
This is a from-scratch project written in Java using Eclipse that utilizes Ray Tracing Technology.
4+
5+
## How to Run
6+
Running the main method in RayTracer, the application can take in a scene file (see examples in [Models and Scenes](/Models\ and\ Scenes)) and `.obj`/`.mat` polygonal files, and will output a `.ppm` image according to the specifications.
7+
8+
Another way of running the application would be without arguments, in which case it will generate spheres in an evironmnet and output a file named `masterwork.ppm`.

0 commit comments

Comments
 (0)