Giter VIP home page Giter VIP logo

simple_raytracer's Introduction

Introduction

Our task was to get a simple raytracer working with shadowing (including soft shadows).

Overview

In raytrace(), we calculate the reflection direction of a ray that has intersected an object, and the recursively call raytrace() in that direction to compute the illumination arriving from the direction of reflection, terminating this recursion after passing the maximum depth value.

Then, using the Phong method of illumination, we calculate the illumination returning to the camera (using material properties grabbed from obj->mat).

We use shadow rays to calculate shadow values, and also implement soft shadows by averaging the contribution of many rays, sent to randomly generated points on a triangle (which was our occluding object).

Images

This image shows relection and shading: An image showing reflection and shading

And an image showing soft shadows: An image showing soft shadows

Running the application

THIS APPLICATION WON'T COMPILE RIGHT NOW.

It was working when I submitted it two months ago, but I was coding on a mac at the time. I don't have time to debug it right now, as I have six exams in the next few weeks, but I will fix this after April 19th. The screenshots above are from when the program used to compile.

Disclaimer

Some code supplied, which was written by Professor James Stewart, at Queen's University (http://research.cs.queensu.ca/~jstewart/).

simple_raytracer's People

Contributors

ivorwilliams avatar

Watchers

 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.