1. 22 7月, 2015 4 次提交
  2. 21 7月, 2015 16 次提交
  3. 20 7月, 2015 7 次提交
  4. 19 7月, 2015 2 次提交
    • D
      Disable Cache by default · 6ec6702e
      dubejf 提交于
      The global cache should be opt-in. #6834
      6ec6702e
    • D
      Unused reference to .buffer · 3442353b
      dubejf 提交于
      `attribute.buffer` does seem to exist anymore. The only `.buffer`
      property I could find was in `Audio`.
      
      This seems to be a leftover from
      4c7239eb, when `.buffer` was renamed
      `.__webglBuffer`.
      
      After stepping through with a debugger in `onGeometryDispose`, I
      couldn't find any hidden state attached to the `BufferAttribute`.
      `.__webglBuffer`  is attached to the `WebGLProperties`, not the
      `BufferAttribute`.
      
      With that, the last reference to `gl.deleteBuffer` is disappearing from
      the library. Is that expected?
      3442353b
  5. 18 7月, 2015 11 次提交