1. 23 3月, 2020 2 次提交
  2. 22 3月, 2020 3 次提交
    • T
      self instead of window · 3bbddafb
      Thom Smyth 提交于
      3bbddafb
    • A
      Update initial worker config values · 2ca7b898
      Arseny Kapoulkine 提交于
      2ca7b898
    • A
      Implement support for BPTC (BC7) in BasisU · c196f701
      Arseny Kapoulkine 提交于
      This change allows transcoding new UASTC .basis files to BPTC which
      results in much higher quality compared to UASTC -> BC3 transcoding.
      
      The change needs to introduce BPTC support to three.js core for this to
      work; the format is introduced in EXT_texture_compression_bptc which is
      available in Chrome Canary on Windows (and possibly elsewhere?)
      
      The update to Basis transcoder just pulls it directly from Binomial
      repository; the transcoder is a bit larger now, unfortunately, because
      it needs to support UASTC.
      
      Note that we use mode 5 unconditionally to make sure RGB and RGBA
      textures work.
      
      BPTC (BC7) and BC3 are the same size in memory so this shouldn't
      negatively impact VRAM consumption.
      c196f701
  3. 20 3月, 2020 2 次提交
  4. 19 3月, 2020 1 次提交
  5. 17 3月, 2020 2 次提交
  6. 16 3月, 2020 1 次提交
    • A
      GLTFLoader: Use a smaller bounding box for morph targets · 02513a9b
      Arseny Kapoulkine 提交于
      Instead of assuming a worst case when the weight of each target is +-1,
      assume that the sum of the weights is +-1 instead.
      
      This isn't quite correct and may result in a bounding box that's too
      small, but in at least one case - when morph targets are used for
      keyframe animations and only two are active at a time - this results in
      a much smaller bounding box.
      
      In some other more realistic cases this may also reduce the bounding box
      without a real impact on it being conservative, e.g. it's common to have
      50 blend shapes for facial animations but only a few are active at a
      time, and extreme deformations are typically contained within a box
      that's computed with the new algorithm as well.
      
      Fixes #18809.
      02513a9b
  7. 13 3月, 2020 3 次提交
  8. 12 3月, 2020 2 次提交
  9. 11 3月, 2020 1 次提交
  10. 10 3月, 2020 1 次提交
  11. 08 3月, 2020 1 次提交
  12. 07 3月, 2020 2 次提交
  13. 01 3月, 2020 4 次提交
  14. 27 2月, 2020 1 次提交
  15. 26 2月, 2020 3 次提交
  16. 25 2月, 2020 1 次提交
  17. 23 2月, 2020 1 次提交
  18. 22 2月, 2020 1 次提交
  19. 21 2月, 2020 1 次提交
  20. 19 2月, 2020 2 次提交
  21. 14 2月, 2020 3 次提交
  22. 12 2月, 2020 2 次提交