1. 27 11月, 2019 7 次提交
  2. 25 11月, 2019 9 次提交
  3. 24 11月, 2019 2 次提交
  4. 23 11月, 2019 2 次提交
  5. 20 11月, 2019 4 次提交
  6. 19 11月, 2019 1 次提交
  7. 18 11月, 2019 2 次提交
  8. 17 11月, 2019 1 次提交
  9. 16 11月, 2019 1 次提交
    • A
      GLTFLoader: Pre-compute geometry bounds using attribute min/max · 02a8d5c2
      Arseny Kapoulkine 提交于
      Instead of relying on three.js to compute bounding box/sphere, we now
      compute them from attribute min/max specified in glTF file. These are
      mandatory as per glTF spec.
      
      This allows us to save time after loading the object - bounding sphere
      is used for culling unconditionally.
      
      Note that since glTF data doesn't directly specify bounding sphere data,
      the bounding sphere is slightly larger because it's computed from min/max
      values.
      02a8d5c2
  10. 15 11月, 2019 1 次提交
  11. 14 11月, 2019 5 次提交
  12. 13 11月, 2019 1 次提交
  13. 11 11月, 2019 4 次提交