Commit Graph

  • 5710772883 MTL export: Do not write d if map_d is set Robin 2014-07-15 10:43:19 +0200
  • a9d1c1cf48 Improved texture map data in mtl exporter (in most cases an upper first character is used) Robin 2014-07-09 15:37:27 +0200
  • 0aac2bf153 Added alpha texture map (map_d) Robin 2014-07-09 15:35:00 +0200
  • fddae20cb7 Merge pull request #338 from jdduke/fast_atof_fix_final Alexander Gessler 2014-08-20 19:29:44 -0700
  • ed124ccbab Gracefully handle NaN/inf values in fast_atoreal_move Jared Duke 2014-08-20 18:37:00 -0700
  • 7ff7b783ee Merge pull request #335 from abma/master Alexander Gessler 2014-08-17 17:49:21 -0700
  • 6c5f9ecb06 fix most warnings with -pendantic abma 2014-08-18 02:09:06 +0200
  • 6636e596ab Merge pull request #334 from jdduke/fbx_binary_fix Alexander Gessler 2014-08-17 17:01:10 -0700
  • 81cfaccedb Merge pull request #333 from abma/master Alexander Gessler 2014-08-17 16:01:55 -0700
  • 48a772b20b fix compiler warnings: - defined but not used - deprecated conversion from string constant to ‘char*’ abma 2014-08-18 00:46:21 +0200
  • d795491c48 fix unittests on linux / enable on travis-ci abma 2014-08-18 00:34:45 +0200
  • 1e97b00cd2 Merge pull request #332 from abma/master Alexander Gessler 2014-08-17 14:59:56 -0700
  • b2643a3835 fix SimpleOpenGL linking (missing libm) abma 2014-08-17 23:49:36 +0200
  • c7ab8383bd fix warning: abma 2014-08-17 23:39:49 +0200
  • 56ddb4f4af fix some compile warnings: - passing NULL to non-pointer - unused vars - unused function - order of init - parentheses abma 2014-08-17 23:28:00 +0200
  • aafc8d5f3f CMake: changed cached bools into "option" abma 2014-08-17 23:10:06 +0200
  • 69810a2a07 Avoid raw reinterpret_casts in the FBX parser Jared Duke 2014-08-17 08:41:45 -0700
  • 0ede630b10 bugfix: - fix unhandled exception with sample SimpleTexturedOpenGL #308 - remove commented code, which made no sense any more. Kim Kulling 2014-08-16 13:34:35 +0200
  • d2e4dda393 update: add testcase for empty color. Kim Kulling 2014-08-16 11:54:04 +0200
  • 5e265610fb bugfix: add obj-material handling for <color> 0 instead of <color> r g b. Kim Kulling 2014-08-16 11:39:28 +0200
  • 3d6b1932f9 Update Readme.md Alexander Gessler 2014-08-13 23:27:22 -0700
  • 9b5bb6b088 Add assbin file format to readme Alexander Gessler 2014-08-08 22:47:19 -0700
  • f55ef85578 Merge pull request #328 from Gargaj/assbin-arraywrite Kim Kulling 2014-08-08 13:59:30 +0200
  • 58b78fa265 comment Gargaj 2014-08-08 13:10:05 +0200
  • fa99aa0d3a add remaining specializations Gargaj 2014-08-08 12:56:11 +0200
  • b712bf1770 Change to looped writes Gargaj 2014-08-08 12:46:29 +0200
  • ede0fa4b91 Merge pull request #1 from assimp/master Gargaj 2014-08-08 10:37:55 +0200
  • 9f795c64d5 Merge pull request #326 from Gargaj/newprogresshandler Kim Kulling 2014-08-07 11:45:29 +0200
  • 63a110468f Merge pull request #327 from Gargaj/assbinintegrate Kim Kulling 2014-08-07 11:41:35 +0200
  • 5886154247 tweaks according to the comments of kimkulling Gargaj 2014-08-07 11:30:44 +0200
  • c3977bd132 unify data types Gargaj 2014-08-07 09:32:00 +0200
  • 61ecff3474 missed one 32/64 type conversion Gargaj 2014-08-07 09:30:20 +0200
  • b53a425fe4 make templates gcc compatible Gargaj 2014-08-07 09:28:50 +0200
  • 2775141da3 #include should be outside Gargaj 2014-08-07 09:07:09 +0200
  • 3c172988bb remove BUG notices (discussed with acgessler) Gargaj 2014-08-07 08:43:52 +0200
  • df4b17d145 code style Gargaj 2014-08-07 08:26:34 +0200
  • aa5c1a1a23 syntax Gargaj 2014-08-07 08:26:04 +0200
  • 7925dcadba avoid NULL, just in case (loader might just probably crash anyway) Gargaj 2014-08-07 08:25:10 +0200
  • 523d87bbe7 use 0..fileSize as progress metric (easier for loaders) Gargaj 2014-08-07 08:22:47 +0200
  • 061911bdbf add support for compressed, drop support for shortened Gargaj 2014-08-07 08:05:07 +0200
  • 3d3fce995e Merge 49a8edef05 into b2cf7b6f67 Tobias Rittig 2014-08-06 14:54:23 +0000
  • fb546b694e code style Gargaj 2014-08-06 15:25:39 +0200
  • 1aeaef2037 add lights and cameras Gargaj 2014-08-06 15:01:04 +0200
  • 97c9ce1d5b add animations and textures Gargaj 2014-08-06 14:44:06 +0200
  • 886a704c17 some notes to self Gargaj 2014-08-06 14:43:47 +0200
  • 5048793096 add material import Gargaj 2014-08-06 14:21:53 +0200
  • f38dd8e6e2 add mesh loader Gargaj 2014-08-06 14:06:08 +0200
  • ad298cd84f fix code style Gargaj 2014-08-06 13:29:09 +0200
  • ac5c1f9df1 add to cmake Gargaj 2014-08-06 13:27:09 +0200
  • 87dff6a00e start importer, load nodes Gargaj 2014-08-06 13:26:26 +0200
  • b2cf7b6f67 Merge pull request #324 from Gargaj/patch-1 Alexander Gessler 2014-08-05 20:05:54 -0700
  • 5b512dd9dd add info + header check Gargaj 2014-08-06 00:52:05 +0200
  • 9cdecc780b Fix wrong nesting Gargaj 2014-08-06 00:44:30 +0200
  • 0f822d38cd add basic framework for importer Gargaj 2014-08-06 00:39:54 +0200
  • cd86818888 - add compression support - remove unneeded code - change log warning to exception - document Gargaj 2014-08-05 23:18:45 +0200
  • fc9b4e2adf follow assimp code style (tabs) Gargaj 2014-08-05 22:55:20 +0200
  • 2592ff0796 convert exporter from tools/assimp_cmd Gargaj 2014-08-05 22:54:45 +0200
  • 3d5e1b5cbc add basic framework (files, etc) Gargaj 2014-08-05 20:54:38 +0200
  • 8f960f0ed2 avoid division by zero Gargaj 2014-08-05 19:36:18 +0200
  • 6b8cbe5c83 this isn't needed anymore Gargaj 2014-08-05 00:10:23 +0200
  • dbc553343c Granulate file loading too Gargaj 2014-08-05 00:05:18 +0200
  • dfe1f03e5b Split off postprocessing progress Gargaj 2014-08-04 23:57:08 +0200
  • 203d5d6fcc Obj: make mtl importer accept kd, ks etc. as well (Kd, Ks being the correct form). This is for keeping up compatibility with assimp's own Obj exporter, which has been inaccurate about this since inception. acgessler 2014-08-02 21:18:21 -0700
  • f5b9f5cb50 Merge pull request #321 from Gargaj/patch-1 Alexander Gessler 2014-08-02 11:38:23 -0700
  • 95139b3576 Merge pull request #322 from Gargaj/patch-2 Alexander Gessler 2014-08-02 10:07:39 -0700
  • e5ed62581d Handle both types of element names Gargaj 2014-08-02 14:57:43 +0200
  • 11af0866dc Add FieldOfView token type (fixes #245) Gargaj 2014-08-02 14:47:59 +0200
  • 5d861a8250 bugfix: - fix gcc-specific compiler warnings. Kim Kulling 2014-07-31 15:09:49 +0200
  • 0bf7044091 do not write empty faces Robin 2014-07-28 15:13:54 +0200
  • d40556ec65 MTL export: Do not write d if map_d is set Robin 2014-07-15 10:43:19 +0200
  • 67c31f318a Improved texture map data in mtl exporter (in most cases an upper first character is used) Robin 2014-07-09 15:37:27 +0200
  • 947fb90cf4 Added alpha texture map (map_d) Robin 2014-07-09 15:35:00 +0200
  • 9b4e7c7efb Add X and 3DS exporter to readme. Alexander Gessler 2014-07-24 03:02:43 +0200
  • 9eba139feb Merge pull request #317 from assimp/export-3ds Alexander Gessler 2014-07-23 22:26:58 +0200
  • a07cde4a81 3DS Exporter: export scene hierarchy. Alexander Gessler 2014-07-23 22:08:35 +0200
  • 026f32733d 3DS Export: fix texture export. Alexander Gessler 2014-07-23 20:14:32 +0200
  • d5db6f39e6 Fix CI build. Alexander Gessler 2014-07-23 18:54:05 +0200
  • 6fde07f7e5 Initial implementation of 3DS Exporter. Hierarchy exporting and smoothing groups missing. Alexander Gessler 2014-07-23 18:27:22 +0200
  • b7d46b29ad Merge pull request #316 from tgnottingham/master Alexander Gessler 2014-07-23 16:10:07 +0200
  • f96375b5f6 Add test OBJ w/ multiple spaces between elements. Tyson Grant Nottingham 2014-07-22 22:01:18 -0700
  • 084ab9d82e Add test OBJ containing various number formats. Tyson Grant Nottingham 2014-07-22 22:00:47 -0700
  • 0c5605d07d Don't use isspace() in OBJ file parser. Tyson Grant Nottingham 2014-07-22 21:59:23 -0700
  • 79c56adea4 Don't use isdigit() in fast_atof. Tyson Grant Nottingham 2014-07-22 21:58:41 -0700
  • 0166518132 Extend StreamWriter to write to a buffer and to allow re-positioning of the write cursor within the buffer. Alexander Gessler 2014-07-22 20:36:16 +0200
  • cc32eda226 assimp_view: fix crash when trying to export while no model is loaded. Alexander Gessler 2014-07-22 20:35:09 +0200
  • 3419fedb3c Add StreamWriter utility (mostly symmetric to StreamReader). Alexander Gessler 2014-07-22 17:55:37 +0200
  • fcf08174b1 Cleanup CMakeLists for unit tests, drop unneeded Windows dependency. Alexander Gessler 2014-07-22 17:32:09 +0200
  • 36c82fe5b0 Allow several spaces between numbers in OBJ files. Tyson Grant Nottingham 2014-07-21 23:03:08 -0700
  • 3e9fab3bfc Allow numbers starting with decimal in fast_atof. Tyson Grant Nottingham 2014-07-21 22:43:13 -0700
  • d655199043 bugfix: fix stupid test introduced by myself. Kim Kulling 2014-07-19 16:22:15 +0200
  • 46ca36cb6f update: - remove dead code. - check for a possible division by zero. Kim Kulling 2014-07-19 14:45:21 +0200
  • 2edccb7f34 fast_atof: If a literal ends with a trailing dot (.), only parse further if the next character is a digit. In cases where the dot ends the literal (i.e. "1.") this would cause strtoul10_64 to throw an exception. To preserve as much of the old behaviour, we still consume trailing dots though. This "regression" was introduced (exposed) by #261, which added the extra check to strtoul10_64 that triggered here. This commit now fixes #304 (IFC file reading broken due to IFC files containing "(1.,1.,1.)" lists. Alexander Gessler 2014-07-13 15:08:28 +0200
  • 7e48c1cce9 FBX: fix memory leak, parsed TokenList never released. See #307. Alexander Gessler 2014-07-13 14:11:58 +0200
  • 5ae010028b FBX: fix memory leak. Connection objects in Document never freed. See #307 Alexander Gessler 2014-07-13 14:07:19 +0200
  • cd88ea745d Merge pull request #313 from ajshort/patch-1 Alexander Gessler 2014-07-12 16:47:57 +0200
  • a30ea8e92c Fix overflow in STL header colour reading. Andrew Short 2014-07-13 00:34:08 +1000
  • 9036c6a380 Merge pull request #311 from rob100/feature Kim Kulling 2014-07-11 01:02:48 -0700
  • ce37d3bcad Fixed possible bug with map_emmissive keyword and removed second check for ambient texture keyword Robin 2014-07-11 08:11:54 +0200
  • becb36d1ac Merge pull request #310 from rob100/feature Kim Kulling 2014-07-10 00:23:11 -0700
  • afa2d3da94 Improved texture map data in mtl exporter (in most cases an upper first character is used) Robin 2014-07-09 15:37:27 +0200