1. 02 5月, 2021 1 次提交
  2. 23 4月, 2021 1 次提交
    • M
      r128 · d4aa9e00
      Mr.doob 提交于
      d4aa9e00
  3. 06 4月, 2021 1 次提交
  4. 31 3月, 2021 1 次提交
    • M
      r127 · e48fc94d
      Mr.doob 提交于
      e48fc94d
  5. 27 2月, 2021 1 次提交
  6. 24 2月, 2021 1 次提交
    • M
      r126 · dd55c01a
      Mr.doob 提交于
      dd55c01a
  7. 30 1月, 2021 1 次提交
  8. 27 1月, 2021 1 次提交
    • M
      r125 · e1037f93
      Mr.doob 提交于
      e1037f93
  9. 29 12月, 2020 1 次提交
  10. 24 12月, 2020 1 次提交
    • M
      r124 · 670b1e9e
      Mr.doob 提交于
      670b1e9e
  11. 09 12月, 2020 1 次提交
  12. 05 12月, 2020 1 次提交
  13. 25 11月, 2020 1 次提交
    • M
      r123 · 9694de0f
      Mr.doob 提交于
      9694de0f
  14. 29 10月, 2020 1 次提交
  15. 28 10月, 2020 1 次提交
    • M
      r122 · 95ef309c
      Mr.doob 提交于
      95ef309c
  16. 05 10月, 2020 1 次提交
  17. 30 9月, 2020 1 次提交
    • M
      r121 · fded437e
      Mr.doob 提交于
      fded437e
  18. 01 9月, 2020 1 次提交
  19. 26 8月, 2020 1 次提交
    • M
      r120 · cf836bbb
      Mr.doob 提交于
      cf836bbb
  20. 06 8月, 2020 1 次提交
  21. 05 8月, 2020 2 次提交
  22. 31 7月, 2020 1 次提交
  23. 29 7月, 2020 1 次提交
    • M
      r119 · 1c097d9d
      Mr.doob 提交于
      1c097d9d
  24. 08 7月, 2020 1 次提交
  25. 30 6月, 2020 1 次提交
  26. 25 6月, 2020 1 次提交
  27. 22 6月, 2020 1 次提交
  28. 10 6月, 2020 1 次提交
  29. 31 5月, 2020 1 次提交
  30. 28 5月, 2020 2 次提交
  31. 26 5月, 2020 1 次提交
  32. 04 5月, 2020 1 次提交
  33. 01 5月, 2020 1 次提交
    • M
      r116 · 36524a4c
      Mr.doob 提交于
      36524a4c
  34. 04 4月, 2020 1 次提交
  35. 31 3月, 2020 1 次提交
  36. 28 3月, 2020 1 次提交
  37. 25 3月, 2020 1 次提交
    • M
      r115 · 7c1424c5
      Mr.doob 提交于
      7c1424c5
  38. 22 3月, 2020 1 次提交
    • 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