Commit History

Author SHA1 Message Date
  Andy Maloney 0c7aac02eb Fixes spelling in comments 8 years ago
  Kim Kulling c5e3058ab3 Fix coverity findings. 8 years ago
  Angelo Scandaliato 57a00d5faa find skeleton root joint and only allow four joint weights per vertex 8 years ago
  Angelo Scandaliato 1f377bc99d try to find root joint node for skeleton 8 years ago
  Angelo Scandaliato ae36ca0e44 moved ExportSkins function into ExportMeshes function 9 years ago
  Angelo Scandaliato 4ac57f1fab fixed issues to get node animations working 9 years ago
  Angelo Scandaliato 79852de5ae added skins and jointNames 9 years ago
  Angelo Scandaliato d249cca011 created the asset writer function for animations export gltf 9 years ago
  Angelo Scandaliato 37d32e79c9 created exportAnimation function 9 years ago
  Angelo Scandaliato 0619232aef included samplers dictionary for textures 9 years ago
  Angelo Scandaliato e89e98291a calculate and write min and max attributes for accessors 9 years ago
  johnmaf c9f28192d9 Merge upstream master 9 years ago
  johnmaf 3c827f29f6 Export glTF buffers as separate .bin files 9 years ago
  Alexandr Arutjunov 48f8c117e2 [F] Conditional compilation for Open3DGC-extension. 9 years ago
  Alexandr Arutjunov 3a10a3cf03 [-] Removed unneeded include. 9 years ago
  Alexandr Arutjunov 1844665693 [*] Few C++11 constructions are removed. 9 years ago
  Alexandr Arutjunov 0ad2f2247a [+] glTF import/export. Support for Open3DGC-compression of mesh primitives. 9 years ago
  Alexandr Arutjunov 778ad7f06f [+] Use "buffer" ID against "bufferView" ID for Open3DGC-compression. 9 years ago
  Alexandr Arutjunov 9a4fa1321b [+] Save parameters of mesh extension: Open3DGC-compression. 9 years ago
  Alexandr Arutjunov 507668229f [+] Support Open3DGC for glTF import/export. Intermediate commit. 9 years ago
  Alexandr Arutjunov 29e982e185 [F] Fixed problem with more then one mesh in scene. More detaily read at line 529 in glTFAsset.inl. 9 years ago
  Alexandr Arutjunov 5e4fd5fa3c [+] glTF. Support for import meshes with Open3DGC compression. 9 years ago
  Kim Kulling a15a77dff5 glTF: fix doxygen typo. 9 years ago
  Otger 159af06524 Fixed GLTF bugs, and added a few test models 9 years ago
  Alexander Gessler 0b79d1ebda Revert previous glTF fix (e5233283efa2b84a1bf) because it breaks ODR as pointed out by @turol, instead just make importer depend on the necessary definitions. 9 years ago
  Alexander Gessler e5233283ef Fix travis compile: glTFImporter chokes on unavailability of WriteLazyDict<T>. It does not use it directly, but instantiation of LazyDict<T> creates a reference. 9 years ago
  Otger 11e52dc3d7 Removed rogue comma 9 years ago
  Otger 2fe401fc54 Fixed gcc compilation error 9 years ago
  Otger 64f78e003f Fixed crashes when files were not found, and fixed some warnings 9 years ago
  Otger d9b365eb90 Fixed a few GLTF importer/exporter bugs 9 years ago