コミット履歴

作者 SHA1 メッセージ 日付
  Godzil db9f2c0203 Do I really know SH script? I wonder sometimes 😣 4 年 前
  Godzil 88fcd48481 This test wasn't support to be there at first. 4 年 前
  Godzil 5e295c06b2 Seems that coveralls don't like the OS X build, so let's only push when build from linux 4 年 前
  Godzil 4dd7a3af39 Add Chapter 5 and 6 executable to the test list 4 年 前
  Godzil 1aab8f6619 Remove the test 🤨 4 年 前
  Godzil 27ec4d5567 Trying to find which version of gcov is installed on travis-ci. 4 年 前
  Godzil a64b1288a5 Trying to make travis having the proper gcov version. 4 年 前
  Godzil 77907499a4 Rework a bit the base Cmakelist to make it clearer. 4 年 前
  Godzil cf00e62c5a Update coverall script to use my fork that properly support AppleClang. 4 年 前
  Godzil 5086a5c82f Use file/glob instead of set to add source files 4 年 前
  Godzil b84ed7496b Trying to make gcov/coveralls to work... 4 年 前
  Godzil b4bd8bd4b7 CoverallS... 4 年 前
  Godzil c1e7496d21 Fix a glib problem on some distros. 4 年 前
  Godzil 674831b370 Travis don't like tabs! (he is right :)) 4 年 前
  Godzil 8cc2272b50 Add a really really light readme. 4 年 前
  Godzil 2e2d8c143c Add travis, coverall and other things. 4 年 前
  Godzil a8ca88640b Add GPLv2 strict license 4 年 前
  Godzil 9bdfb26f7e Add Chapter 06 test! 4 年 前
  Godzil 5ebed12f4f Add support for point light and materials. 4 年 前
  Godzil 73d60fb7e4 Fix a copy mistake. 4 年 前
  Godzil 4a9379c0b2 Naming consistency 4 年 前
  Godzil aeb4669162 Add vector reflection via a normal vector. 4 年 前
  Godzil a8194169c5 Add function to calculate sphere normal vector on given point on the sphere. 4 年 前
  Godzil 656ff52204 Add Chapter 5 "putting it together" example. 4 年 前
  Godzil 00b283053e Add transformation to objects. 4 年 前
  Godzil b799e5f819 Update a comment. 4 年 前
  Godzil cabe7ff147 Change Ray to use the generic Tuple instead of Point/Vector (but you still should use Point/Vector for initialisation) 4 年 前
  Godzil 17aebe6538 Move the cross product to Tuple instead of just vector (to ease some stuff later, but this is invalid on Points) 4 年 前
  Godzil a1087a9871 Add default size to matrix (4 as it is the most common) 4 年 前
  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. 4 年 前