dilevin / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
2 stars 7 forks source link

Matrix calculations #85

Open Kushagra-Raghuvanshi opened 1 day ago

Kushagra-Raghuvanshi commented 1 day ago

1) Are we allowed to use functions that give determinant and inverse of a 3x3 matrix or are we supposed to manually compute one/both of them

2) Also if these functions work without including Eigen/Dense and iostream, should/can we still include them, as in assignment 3 they are included in empty triangle file)

panuelosj commented 1 day ago
  1. yes
  2. you can include Eigen/Dense for the matrix inverse