1. 19 1月, 2017 3 次提交
  2. 08 1月, 2017 1 次提交
  3. 09 11月, 2016 1 次提交
  4. 06 11月, 2016 3 次提交
    • M
      BufferAttribute.onUpload() clean up. · 91802d68
      Mr.doob 提交于
      91802d68
    • A
      Discard attribute typed arrays for buffered geometries that are not modified... · 629195b9
      aardgoose 提交于
      Discard attribute typed arrays for buffered geometries that are not modified after initial rendering (#9512)
      
      * add setDiscardBuffer method to BufferGeometry
      
      * added discard support to BufferAttribute
      
      * add mechanism for discard of BufferAttribute TypedArrays
      
      * use more elegant method for creating dummy typed array.
      
      * fix typo
      
      * Update BufferGeometry.js
      
      fix brain fade
      
      * rework to use callbacks (phase 1)
      
      * rework part 2
      
      * remove build file
      
      * support setting onUploadCallback from Geometry
      
      * remove repeated calculation from renderer
      
      * remove now redundant getter
      
      * remove geoemtry interface
      
      * document discard mechanism.
      
      * merge fixes
      
      * restore return.this
      
      * drop unneeded call()
      
      * rename discard() method to disposeArray()
      629195b9
    • A
      capture bufferAttribute.array properties at first upload (#9972) · d0b259b1
      aardgoose 提交于
      * save typed array info in attribute properties
      
      * use saved attribute properties
      
      * remove unused variable
      d0b259b1
  5. 23 10月, 2016 1 次提交
    • M
      Allow user to copy full buffer with `gl.bufferData` (#9631) · 348b72ee
      Matt DesLauriers 提交于
      * provide a means of copying the full buffer instead of just sub ranges
      
      * use new API with setArray and needsFullBuffer
      
      * rebuild full buffer contents when version is zero, set version to zero when array changes
      
      * remove fullBuffer parameter from interleaved attrib
      
      * revert comment to original
      
      * revert earlier changes and just stick to bufferData for all non dynamic geometry
      
      * remove spacing to clean up PR
      348b72ee
  6. 16 9月, 2016 1 次提交
  7. 21 8月, 2016 1 次提交
  8. 19 8月, 2016 1 次提交
  9. 04 8月, 2016 1 次提交
  10. 23 7月, 2016 1 次提交
  11. 22 7月, 2016 2 次提交
  12. 03 9月, 2015 2 次提交
  13. 28 8月, 2015 1 次提交
  14. 27 8月, 2015 1 次提交
  15. 21 8月, 2015 3 次提交
  16. 20 8月, 2015 3 次提交
  17. 19 8月, 2015 4 次提交
  18. 18 8月, 2015 1 次提交
  19. 14 8月, 2015 2 次提交
  20. 08 8月, 2015 1 次提交
  21. 30 7月, 2015 1 次提交
  22. 25 7月, 2015 4 次提交
  23. 17 7月, 2015 1 次提交