20 likes | 153 Views
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.
E N D
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:
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).