Historie revizí

Autor SHA1 Zpráva Datum
  Godzil a8ca88640b Add GPLv2 strict license před 4 roky
  Godzil 9bdfb26f7e Add Chapter 06 test! před 4 roky
  Godzil 5ebed12f4f Add support for point light and materials. před 4 roky
  Godzil 73d60fb7e4 Fix a copy mistake. před 4 roky
  Godzil 4a9379c0b2 Naming consistency před 4 roky
  Godzil aeb4669162 Add vector reflection via a normal vector. před 4 roky
  Godzil a8194169c5 Add function to calculate sphere normal vector on given point on the sphere. před 4 roky
  Godzil 656ff52204 Add Chapter 5 "putting it together" example. před 4 roky
  Godzil 00b283053e Add transformation to objects. před 4 roky
  Godzil b799e5f819 Update a comment. před 4 roky
  Godzil cabe7ff147 Change Ray to use the generic Tuple instead of Point/Vector (but you still should use Point/Vector for initialisation) před 4 roky
  Godzil 17aebe6538 Move the cross product to Tuple instead of just vector (to ease some stuff later, but this is invalid on Points) před 4 roky
  Godzil a1087a9871 Add default size to matrix (4 as it is the most common) před 4 roky
  Godzil c4418683c6 Add the hit function to get the closest non negative hit, and add some mecanisme to test that properly and report when no valid hit occur. před 4 roky
  Godzil 1900d1f45d Change the Intersection to a class, and stop using memory allocation for it (and pointer) před 4 roky
  Godzil 513cd9d7eb Update glfw, googletest and lodepng submodules to their latest version před 4 roky
  Godzil 01a0de09ab Add 3 new type of object: Sphere, Object and Intersect. před 4 roky
  Godzil 8faf1db3be More Ray work. před 4 roky
  Godzil 79af9fbc97 Also rename the test file. před 4 roky
  Godzil 1e2588441f Rename tuple file to remove the plural. před 4 roky
  Godzil 1f4b14c896 Add a function to convert degree to radian. před 4 roky
  Godzil dee4b9ae91 Now we can transform! před 4 roky
  Godzil 514bd649c1 Correct how google test is used. před 4 roky
  Godzil 0621ca86e1 Change width to size, as it is more correct. před 4 roky
  Godzil 9f2a41e6f3 Change default precision to float instead of double (need to investigate there) před 4 roky
  Godzil 95c7616646 Moving some functions around to keep the header a bit more tidy před 4 roky
  Godzil c4c216647d First batch of matrix related functions před 4 roky
  Godzil fac2212661 Canvas implementation and add build of LodePNG před 4 roky
  Godzil a9321b5051 Update an header před 4 roky
  Godzil f3678992c5 Add Colour implementation před 4 roky