Commit History

Author SHA1 Message Date
  Mr.doob 0b340e7e5e Merge pull request #14218 from takahirox/GLTFExporterSkipSingleMorphAnimation 7 years ago
  marcatec 3446ee0a9a Get normal from cachedData in GLTFExporter 7 years ago
  Mugen87 13f6b00904 GLTFExporter: Fix code style 7 years ago
  Mugen87 3a70835779 GLTFExporter: Fix multi material export 7 years ago
  Mr.doob 6c625ea70e Merge pull request #14075 from kickblade/GLTFExporterImageCache 7 years ago
  Takahiro 7e028ce896 GLTFExporter: Update the comment for morph animation track skip. 7 years ago
  Takahiro 0a2c56f3c4 GLTFExporter: Skip single morph animation. 7 years ago
  Alan Chambers e004c5037d Updated comment on flipY parameter. 7 years ago
  Alan Chambers 0cf1e009dd Updated processImage function signature to use Format type instead of mimeType. 7 years ago
  Alan Chambers 68ada25111 Updated processImage cache scheme to handle different combinations of mimeType and flipY export options. 7 years ago
  Alan Chambers 17ca5922f0 Updated processImage function to take image type with export params. 7 years ago
  Takahiro 12a7d80669 GLTFExporter: export BufferGeometry.userData 7 years ago
  Garrett Johnson 869cd160f5 Add missing default 'binary' option to GLTFLoader 7 years ago
  Alan Chambers 5e50c2138d Added support for caching images to GLTFExporter. 7 years ago
  Takahiro affb727f1e GLTFExporter: Return an empty object if fails to serialize userData 7 years ago
  Takahiro 735787d916 GLTFExporter: Do not halt even if userData serialization fails. 7 years ago
  Takahiro 39a01e4adf GLTFExporter add missing argument for catch 7 years ago
  Takahiro cb9dc432ac GLTFExporter: Serialize material.userData 7 years ago
  Takahiro 84515b941a GLTFExporter: Clean up 7 years ago
  Takahiro 2a030596fb GLTFExporter: Clean up 7 years ago
  Takahiro e10ace162f GLTFExporter: Ensure normalized normal attribute 7 years ago
  Fernando Serrano 7eff7951af GLTFExporter: Prevent exporting multimaterial without groups 7 years ago
  Fernando Serrano bbf74b96c8 GLTFExporter: Add early exit if attributes not found in processMesh 7 years ago
  Fernando Serrano b0375376dd GLTFExporter: fix linter 7 years ago
  Fernando Serrano 071db5420b GLTFExporter: change -1 for null when returning empty elements 7 years ago
  Fernando Serrano 925ebcf6b1 GLTFExporter: Fix material if empty primitive 7 years ago
  Fernando Serrano a6bb8b2820 GLTFExporter: Prevent exporting empty geometry 7 years ago
  Mr.doob a39c258cb5 Merge pull request #13650 from takahirox/GLTFExporterUint8 7 years ago
  Takahiro 2a74fc1166 GLTFExporter: Support Uint8ArrayBuffer 7 years ago
  Don McCurdy 9c00e9a4d4 GLTFExporter: Clean up skinIndex conversion. 7 years ago