1. 29 7月, 2015 1 次提交
  2. 25 7月, 2015 1 次提交
  3. 09 5月, 2015 1 次提交
  4. 06 4月, 2015 2 次提交
  5. 24 3月, 2015 1 次提交
  6. 19 2月, 2015 1 次提交
  7. 14 12月, 2014 2 次提交
  8. 11 11月, 2014 1 次提交
  9. 09 3月, 2014 2 次提交
  10. 22 2月, 2014 1 次提交
  11. 16 2月, 2014 1 次提交
  12. 25 7月, 2013 1 次提交
  13. 12 7月, 2013 2 次提交
  14. 06 1月, 2013 1 次提交
  15. 04 12月, 2012 1 次提交
  16. 15 11月, 2012 2 次提交
  17. 14 11月, 2012 1 次提交
  18. 09 9月, 2012 1 次提交
  19. 07 8月, 2012 1 次提交
  20. 26 6月, 2012 1 次提交
  21. 18 4月, 2012 2 次提交
  22. 14 4月, 2012 1 次提交
  23. 13 4月, 2012 1 次提交
  24. 21 2月, 2012 2 次提交
  25. 31 12月, 2011 1 次提交
  26. 04 11月, 2011 1 次提交
    • A
      Reworked binary format / BinaryLoader / OBJ converter to use binary ajax fetch. · e08434c1
      alteredq 提交于
      It was quite a pain - ArrayBuffers / Typed Arrays are fussy about byte alignment - but seems to be worth it.
      
      Parsing times are down (modest gains for small objects / Firefox, bigger gains for large objects / Chrome, performance gains from 10% - 200%).
      
      Also as a positive side effect, changing interleaved face arrays into uniform arrays seems to have helped a bit with gzip compression (about 6% smaller size for gzipped 526K Lucy).
      e08434c1
  27. 31 10月, 2011 1 次提交
    • A
      Started to remove workers from the asset pipeline. · d2cad696
      alteredq 提交于
      Work-in-progress => do not merge yet.
      
      OBJ converter, JSONLoader, BinaryLoader and some examples are done. Still need to do Blender exporter, SceneLoader and more examples.
      
      Advantages:
      
      - faster parse times
      - bypass array initializer size limit in Firefox
      - no more crashes in Chrome 15 (caused by too many concurrently active workers)
      
      Disadvantages:
      
      - more browser UI freezing
      - multiple models tend to appear all at once with the last one (instead of popping up progressively)
      d2cad696
  28. 23 10月, 2011 1 次提交
  29. 21 10月, 2011 1 次提交
    • A
      Experimenting with array-less materials. · 05b3db4d
      alteredq 提交于
      Do not use for anything, this is just snapshot of a test in progress. I solved quite a few issues, but many things are still clumsy and broken.
      05b3db4d
  30. 15 10月, 2011 1 次提交
  31. 03 9月, 2011 1 次提交
  32. 27 8月, 2011 1 次提交
  33. 03 8月, 2011 1 次提交