История коммитов

Автор SHA1 Сообщение Дата
  Gregory Jaegy 16ae05eeeb obj loader: added multiline support 11 лет назад
  Kim Kulling fbaf89492d bugfix: Obj-importer is now able to deal with 3d-texture coordinates. 11 лет назад
  Judith Hartmann 7d1a704ed7 saves value in the 'Ke'-Attribute in ObjMtl Files in COLOR_EMISSIVE 12 лет назад
  Nick Overdijk f433746bfa Add support for emissive and gloss-maps 12 лет назад
  gongwei 0b88f72be2 refactor the code, also parse texture option explictly 12 лет назад
  gongwei 0860254a2b Fix Obj texture parsing error: where obj texture map statement contains texture option, it will fail to parse the correct image url, as a result, the texture won't be shown. Besides, we also add clamp texture mode for obj 12 лет назад
  Kim Kulling 685612b9f4 - refactoring : remove not used mesh index from private method in obj-importer. 12 лет назад
  Kim Kulling e4fca83237 refactoring : remove dead code. 12 лет назад
  acgessler 7aa966e204 Obj: fix texture coordinate indexing bug, fixes #41 12 лет назад
  Alexander Gessler 0f5272cb50 Obj: set aiMesh::mPrimitiveTypes 12 лет назад
  Kim fbe408dd2e update : implement obj-support for normal maps. 13 лет назад
  kimmi cc88a3a0de update : add displacement map support to obj-material importer. this feature is supported by some special exporters. 13 лет назад
  aramis_acg 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 лет назад
  kimmi 648e8fe924 - Bugfix: Fix two possible reasons for bug ID 3039342 : On skipping an invalid material description in obj-loader avoid creating aiMaterial instance. Release obj-specific material instances. 14 лет назад
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 лет назад
  kimmi d5bd7009a6 - Update : Apply simple patch for debian-specific build-fixes: adapt architecture-macro. 14 лет назад
  aramis_acg df63b4b3ed [3298060] OBJ: Add support for p and l elements 14 лет назад
  aramis_acg 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. 14 лет назад
  aramis_acg 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 лет назад
  aramis_acg 799ae75d67 # Obj: add missing check for empty normals, which caused models with no or partial normal sets to fail in some cases. 14 лет назад
  aramis_acg 36d3a60c40 # fix obj crashes due to out-of-bounds indices in the input files. This fixes models/invalid/malformed.obj and models/invalid/malformed2.obj. 14 лет назад
  kimmi efc5c91746 - BUGFIX : Fix CanRead-method of obj-file-importer class: add missing token for a format validation. 15 лет назад
  kimmi a6a1d57781 BUGFIX : Set the object name in assimp-node instance. 15 лет назад
  kimmi d4f563c795 - UPDATE : Add bugfixes for the correct topology import from a bsp-level. 15 лет назад
  kimmi 8fef884dbc - UPDATE : Use of correct indices in Q3BSP-loader 15 лет назад
  kimmi 7f2f5e7555 - UPDATE : Q3BSPLoader now imports topology of a quake-level. Known issues: It seems, that faces a still missing. 15 лет назад
  kimmi f3310b0f36 BUGFIX : Fix handling of multiple materials per object definition in Obj-Loader. 15 лет назад
  kimmi 3b35e4e3b8 - REFACTORING : Replace an assert by an ai_assert-statement. 15 лет назад
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 16 лет назад
  aramis_acg 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. 16 лет назад