aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
14 years ago |
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 years ago |
aramis_acg
|
a83183d95f
# fix transposed memset() parameters -> replace by fill_n
|
14 years ago |
aramis_acg
|
94767ecf8c
Merge https://github.com/tonttu/assimp
|
14 years ago |
aramis_acg
|
cab35c496d
[3053648] Obj: segfault when first line is a material.
|
15 years ago |
aramis_acg
|
7a50b03fc5
Obj: Remove deprecated assertion - empty object names are fine.
|
15 years ago |
kimmi
|
c38c91d28d
Bugfix : Fixed not ANSI character in comment.
|
15 years ago |
kimmi
|
f3310b0f36
BUGFIX : Fix handling of multiple materials per object definition in Obj-Loader.
|
15 years ago |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 years ago |
aramis_acg
|
70c4eb4d3a
Fix buffer overrun in Obj-loader (this is related to [2970556]).
|
15 years ago |
kimmi
|
78f27eef13
BUGFIX : Fix incorrect INSTALL target.
|
15 years ago |
kimmi
|
21f948288c
BUGFIX : Fix crash in material loader.
|
15 years ago |
kimmi
|
5c0432057a
- REFACTORING : Removing deprecated code from obj-loader.
|
15 years ago |
kimmi
|
a870710f56
- REFACTORING : Remove not used header from ObjFileParser.
|
15 years ago |
kimmi
|
1829481591
- UPDATE : Add group loading support to Obj-Loader. Many thanks to Robert Ramirez for this Patch.
|
15 years ago |
aramis_acg
|
64168ba975
FIX: ObjLoader failed to locate material files if the input path contained 'wrong' path delimiters.
|
16 years ago |
aramis_acg
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
16 years ago |
kimmi
|
d3ff282987
- Removed dead code.
|
16 years ago |
kimmi
|
af725fd545
- Bugfix 2824877: Avoid handling of negative ids in face definitions.
|
16 years ago |
kimmi
|
eda47a6f0b
- Add new helper funtion to detect end of buffer.
|
16 years ago |
aramis_acg
|
0d53ac5ad5
Fixing build errors.
|
16 years ago |
kimmi
|
85a14fa265
Bugfix: Memory leak fixed.
|
16 years ago |
aramis_acg
|
29c33760e4
Triangulation:
|
16 years ago |
aramis_acg
|
03fcec7fe3
Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger.
|
16 years ago |
aramis_acg
|
d41f570dc0
Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet).
|
16 years ago |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
17 years ago |
kimmi
|
cb7d509017
FIX: Material files with blanks in the filename can be loaded.
|
17 years ago |
cgmelt
|
23ec92092a
|
17 years ago |
ulfjorensen
|
b776f04251
More bugfixes from Jonathan:
|
17 years ago |
aramis_acg
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
17 years ago |