Historia zmian

Autor SHA1 Wiadomość Data
  Kim Kulling fbaf89492d bugfix: Obj-importer is now able to deal with 3d-texture coordinates. 11 lat temu
  Judith Hartmann 7d1a704ed7 saves value in the 'Ke'-Attribute in ObjMtl Files in COLOR_EMISSIVE 12 lat temu
  Nick Overdijk f433746bfa Add support for emissive and gloss-maps 12 lat temu
  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 lat temu
  Kim Kulling 685612b9f4 - refactoring : remove not used mesh index from private method in obj-importer. 12 lat temu
  Andy Maloney 1da281c1f8 Make sure members are initialized properly 12 lat temu
  Kim fbe408dd2e update : implement obj-support for normal maps. 13 lat temu
  kimmi cc88a3a0de update : add displacement map support to obj-material importer. this feature is supported by some special exporters. 13 lat temu
  kimmi 01972bbbcf bugfix : Fix a memory leak in the obj-loader. 13 lat temu
  kimmi b724ac5c2c - Bugfix : Fix build of Obj-FileImporter ( this is currently only a work-around, loader is leaking memory, I am working on it ). 14 lat temu
  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 lat temu
  aramis_acg 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 lat temu
  aramis_acg 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 lat temu
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 lat temu
  aramis_acg df63b4b3ed [3298060] OBJ: Add support for p and l elements 14 lat temu
  aramis_acg 94767ecf8c Merge https://github.com/tonttu/assimp 15 lat temu
  kimmi f3310b0f36 BUGFIX : Fix handling of multiple materials per object definition in Obj-Loader. 15 lat temu
  kimmi a22e44f94d - BUGFIX :: Fix typos in doxygen documentation. 15 lat temu
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 16 lat temu
  aramis_acg 17326515d4 Get rid of warnings on GCC4.4 with -wall 16 lat temu
  kimmi eda47a6f0b - Add new helper funtion to detect end of buffer. 16 lat temu
  aramis_acg 0d53ac5ad5 Fixing build errors. 16 lat temu
  aramis_acg c42611ea5e [ 2659155 ] Missing initializations 17 lat temu
  aramis_acg 4048eb92f5 Fixed illumination model conversion in the OBJ loader. 17 lat temu
  aramis_acg d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
  aramis_acg a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 lat temu
  cgmelt 7d665832f6 destructors implemented 17 lat temu
  kimmi fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 lat temu
  kimmi 0e125c2255 CHANGE: Prototype for correct material loading, now the meshes have correct references to the used material. 17 lat temu
  kimmi a3d2ff5f26 CHANGE: Bugfixes for ObjFile material import 17 lat temu