Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification for the tasks required for assignment 4 #42

Closed
khandu-utkarsh opened this issue Oct 27, 2021 · 1 comment
Closed

Clarification for the tasks required for assignment 4 #42

khandu-utkarsh opened this issue Oct 27, 2021 · 1 comment

Comments

@khandu-utkarsh
Copy link

I wanted to clarify that for assignment 4 (mandatory one), we only need to implement the following five tasks:

  1. Intersection between triangles and mesh
  2. Ray tracing of triangle and mesh
  3. Intersection of a ray and bounding box
  4. Implementation of AABB
  5. Intersection of ray and mesh using AABB

There are many TODOs in the code for assignment 4, like depth of field, the intersection of sphere and parallelogram, shadow rays, and specular contribution reflected ray and refracted ray, find the nearest and is light visible function.

We don't need to add all these stuff like shadows, reflection, etc for assignment 4? There are only supposed to be for assignment 3, right?

@danielepanozzo
Copy link
Owner

Yes that's correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants