Commit History

Author SHA1 Message Date
  Mr.doob a55ecbeba1 WebGLAttributes refactoring. 8 years ago
  Mr.doob 380de1a888 WebGLObjects and WebGLGeometries attributes code moved to WebGLAttributes. 8 years ago
  Mr.doob 933f4cae14 Moved arrayMin and arrayMax out of _Math. See #10603. 8 years ago
  Mr.doob 0afa7a9363 Replaced Math.max.apply( Max, ... ) with setIndexArray(). See #10603. 8 years ago
  Mr.doob a263586244 WebGLObjects: Clean up. See #10603. 8 years ago
  Brian Burke 441395277a Correct detection of Uint32BufferAttribute for length of verticies 8 years ago
  Mugen87 4e622398bb WebGLObjects: Removed unused variable 8 years ago
  Mr.doob 85ab4d1d4d BufferAttribute: onUpload callback to callback setter. 8 years ago
  Mr.doob 91802d6870 BufferAttribute.onUpload() clean up. 8 years ago
  aardgoose 629195b9b7 Discard attribute typed arrays for buffered geometries that are not modified after initial rendering (#9512) 8 years ago
  aardgoose d0b259b157 capture bufferAttribute.array properties at first upload (#9972) 8 years ago
  Matt DesLauriers 348b72eefe Allow user to copy full buffer with `gl.bufferData` (#9631) 8 years ago
  Ian Kerr 900094efd4 This commit fixes wireframe rendering when groups and drawRange are in use. (#9698) 9 years ago
  Mr.doob 79e5837956 Refactored WebGL classes. 9 years ago
  Mr.doob b3acca6b10 Clean up. 9 years ago
  Mr.doob 9147f32ca2 Clean up. 9 years ago
  Rich Harris 4f98d35ed7 Remove unused `is*` properties (#9381) 9 years ago
  Mr.doob bdea7d00ce Fixed function formatting 9 years ago
  Rich Harris f65e669af9 Modules (#9310) 9 years ago
  Mr.doob e84b72ae01 WebGLObjects clean up. 10 years ago
  Alexander Rose 28e91c464e Faster checkEdge function 10 years ago
  Mr.doob 0dbd4b3ae8 Removed IndexBufferAttribute. Promoted index attribute to BufferGeometry. Maybe .addIndices() instead? 10 years ago
  Mr.doob 2a0c1bf2bc Removed DynamicBufferAttribute. 10 years ago
  Mr.doob c626b32be4 WebGLObjects: Commented out timer. 10 years ago
  Mr.doob d383c8c0b6 WebGLRenderer: Simplified WebGLObjects. 10 years ago
  Mr.doob 8fb24b5847 WebGLRenderer: Moved movelViewMatrix and normalMatrix to Object3D. 10 years ago
  Mr.doob d74af727b7 Added IndexBufferAttribute. 10 years ago
  Mr.doob 41b155542b WebGLObjects: Storing wireframe index in WebGLProperties instead (multi renderers support). 10 years ago
  Mr.doob 5d2b443165 WebGLObjects: Moved wireframe out of attributes. 10 years ago
  Mr.doob 5df5fc57f0 WebGLObjects: Faster checkEdge. 10 years ago