Commit History

Author SHA1 Message Date
  Theun de Bruijn 4165bea60e Removed trailing comma (breaking strict es6 build) 5 years ago
  duma c29c82c18a Used vector's `fromBufferArray` method; check explicitly if itemSize === 3 5 years ago
  duma 388710e213 BufferAttribute applyMatrix3 works if itemSize is 2; see issue #19567 for related discussion 5 years ago
  Mugen87 20de10da7e Core: Move to let/const. 5 years ago
  WestLangley 997ff21d0f Add convenience methods 5 years ago
  Mugen87 8824547318 Merge remote-tracking branch 'upstream/dev' into dev29 6 years ago
  aardgoose ffb9838cfa deprecate BufferAttribute .setArray 6 years ago
  Mugen87 de6472aa78 BufferAttribute: Deprecate .dynamic,introduce .usage 6 years ago
  Temdog007 bbb1105c01 Fix format 6 years ago
  Temdog007 672258ec1d Add .toJSON to BufferAttribute 6 years ago
  Takahiro b1f1b573d2 BufferAttribute.setArray method chaining 7 years ago
  Takahiro 03f74c4dca Fix missing name copy in BufferAttribute.copy 7 years ago
  aardgoose 5c3e5e0834 Define callback default function on prototype instead of in constructor 7 years ago
  aardgoose 366450a2e9 remove uuid from BufferAttribute etc. 7 years ago
  Mugen87 fc0bf02af0 DirectGeometry: Remove .indices 7 years ago
  Brian Sheridan 03035098e4 Modify all typed BufferAttributes to accept 'normalized' as a param. 8 years ago
  bentok 680f499d6b Add file extension to import paths 8 years ago
  Mugen87 50d9be3136 Mesh .updateMorphTargets(): BufferGeometry support 8 years ago
  Mr.doob 58b1f74fb9 Fixed InterleavedBufferAttribute. 8 years ago
  Mr.doob a55ecbeba1 WebGLAttributes refactoring. 8 years ago
  Mr.doob cc7e17a803 Clean up. 8 years ago
  Tristan VALCKE 08c40e22c7 Remove unecessary constructor assignments 8 years ago
  Tristan VALCKE aa6cbdd075 Fix forgotten setter in BufferAttribute prototype assignement 8 years ago
  Tristan VALCKE 46630ad44b Style 8 years ago
  Tristan VALCKE 9757d97f67 Fix BufferAttribute accessors 8 years ago
  Tristan VALCKE 4a7168ca5f Protect BufferAttribute against the closure circular reference bug 8 years ago
  Ludovic Bailly 534e559ccc Fixed cloning BufferAttribute 8 years ago
  Mr.doob 33bfe1b393 Refactored BufferAttribute shortcuts. See #10055. 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