SAE-Institute-Geneva / GPR5204_919

MIT License
0 stars 6 forks source link

Raytracer - Marvin & Adam #6

Open marvinschrd opened 3 years ago

marvinschrd commented 3 years ago

Raytracer

Introduction

Our task is to implement a simple raytracer that will render sphere using raytracing for the GPR5204 module.

Implementation

Some of the class or function we need for the raytracer have already been implemented before so we won't have to implement Rays, Sphere and their intersections, as well as Planes.

To implement the raytracer, this is what we plan to do :

Material

To render the sphere we need to give them a material.

Light

We need a light in our scene

Camera

Raytracer

For the raytracing rendering we need different functions

EliasFarhan commented 3 years ago

Thanks for the enhaucment proposal.

Some remarks:

Best, Elias