1. 26 3月, 2016 2 次提交
  2. 25 3月, 2016 4 次提交
  3. 24 3月, 2016 12 次提交
  4. 23 3月, 2016 4 次提交
  5. 22 3月, 2016 16 次提交
  6. 21 3月, 2016 1 次提交
    • W
      Sprite: Fix raycast bug · 41126648
      WestLangley 提交于
      Raycasting with sprites is an approximation in that the sprite is treated as a disk. In addition, sprites can be non-square, and can be rotated.
      
      With this change, if the sprite is square, the "clickable" region is inside the inscribed circle. If the sprite is non-square, the approximation is not very good, but it is better than before.
      41126648
  7. 19 3月, 2016 1 次提交