1 / 2

Java Ray Tracer

Java Ray Tracer. Build a virtual scene with objects, lights and camera Compute image from the camera point of view. Make a line from the eye(image) through the lense(reference point) Calculate where the line hits an object Determine the color in the hit point and put the color in the image.

forest
Download Presentation

Java Ray Tracer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java Ray Tracer • Build a virtual scene with objects, lights and camera • Compute image from the camera point of view. • Make a line from the eye(image) through the lense(reference point) • Calculate where the line hits an object • Determine the color in the hit point and put the color in the image Simple example of shadows and reflections:

  2. Java Ray Tracer • Difficulty: Easy to Hard. • Requirements: Basic Programming and/or Introduction to Multimedia Systems. • Supervisors: Jenny Folkesson (jenny@itu.dk), Sune Keller (sunebio@itu.dk). • Computer Graphics students contact Kim Steenstrup Petersen (kimstp@itu.dk).

More Related