SE401:Group107:Create a benchmark test: Difference between revisions

From Marks Wiki
Jump to navigation Jump to search
m 2 revision(s)
 
(No difference)

Latest revision as of 05:21, 3 November 2008

  • 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