You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.4 KiB

#### Functional
##### Using the ray tracer construct any scene you want, including at least one of all objects. (this can take a while to render, so in the meanwhile you can answer the next questions)
###### Does the image corresponds to the scene you created?
##### Move the camera and render the same scene.
###### Does the image corresponds to the same scene, but from a different perspective?
###### Did the student provided 4 .ppm pictures?
###### Does one of these images consist of a scene with a sphere?
###### Does one of these images consist of a scene with a plane and a cube with lower brightness than in the sphere image?
###### Does one of these images consist of a scene with one of each of all the objects (one cube, one sphere, one cylinder and one plane)?
###### Does one of these images consist of a scene like the previous one, but with the camera in another position (thus generating the same image from a different perspective)?
###### Considering all of the previous pictures, can you see any changes in brightness?
###### Considering all of the previous pictures, can you see shadows from the objects?
#### Bonus
###### Did the student include a README for the project explaining how to use the ray tracer?
###### Is it possible to add textures to the surface of the objects?
###### Is it possible to make reflective and/or refractive objects?
###### Is it possible to add particles?
###### Is it possible to add fluids?