SE401:Group107:Create a benchmark test

From Marks Wiki
Jump to navigation Jump to search
  • The benchmark tests are created with the original code.
  • The ray is defined with the origin of (0,0,0) and a direction of (1,1,1), and the vertices of the triangle is (1,0,0), (0,1,0) and (0,0,1).
  • The ray and triangle intersects with a intersection point of (1/3,1/3,1/3), and the output from the VHDL code is correct.

Back