Giter VIP home page Giter VIP logo

raytracer's Introduction

3 SCENES:

- diffuse.rayTracing
- my_diffuse.ppm (normal code result)
- diffuse_without_419.ppm (same as last, except line 419 was commented out)

- scenell.rayTracing
- scenell.ppm (normal code, but in my code I made a tweak that makes the image look better even though the tweak was a hacky work-around)

- my_scene.rayTracing
- my_scene.ppm (I used triangles and a reflective sphere to show phong, diffuse, ambient, specular, and shadowing. Only missing refraction).


MISC.
- My code is mostly working, although a few bugs still remain. Tonight while working I fixed another bug, on line 269 I had "t = t1" instead of "t = t0".
- The only part of the project I wasn't able to get to was the Refraction, and bug fixing. There are bugs, but I feel good about how everything turned out.


HOW TO RUN:
Line 497: Enter the file you want to read, and the height/width of the image (note: all images are square)
Line 493: Enter the name of what you want the output ppm file to be called
In command line: "python Raytracer.py"


Let me know if you have any questions.

raytracer's People

Contributors

mattdnielson avatar

Watchers

MattNiel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.