kimmi
|
cc88a3a0de
update : add displacement map support to obj-material importer. this feature is supported by some special exporters.
|
12 years ago |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 years ago |
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.
|
13 years ago |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 years ago |
kimmi
|
d5bd7009a6
- Update : Apply simple patch for debian-specific build-fixes: adapt architecture-macro.
|
14 years ago |
aramis_acg
|
df63b4b3ed
[3298060] OBJ: Add support for p and l elements
|
14 years ago |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 years ago |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
14 years ago |
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 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 |
kimmi
|
efc5c91746
- BUGFIX : Fix CanRead-method of obj-file-importer class: add missing token for a format validation.
|
14 years ago |
kimmi
|
a6a1d57781
BUGFIX : Set the object name in assimp-node instance.
|
14 years ago |
kimmi
|
d4f563c795
- UPDATE : Add bugfixes for the correct topology import from a bsp-level.
|
15 years ago |
kimmi
|
8fef884dbc
- UPDATE : Use of correct indices in Q3BSP-loader
|
15 years ago |
kimmi
|
7f2f5e7555
- UPDATE : Q3BSPLoader now imports topology of a quake-level. Known issues: It seems, that faces a still missing.
|
15 years ago |
kimmi
|
f3310b0f36
BUGFIX : Fix handling of multiple materials per object definition in Obj-Loader.
|
15 years ago |
kimmi
|
3b35e4e3b8
- REFACTORING : Replace an assert by an ai_assert-statement.
|
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
|
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.
|
15 years ago |
kimmi
|
5c0432057a
- REFACTORING : Removing deprecated code from obj-loader.
|
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
|
cc1ff304df
FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords.
|
16 years ago |
aramis_acg
|
8b19981ce9
Obj loader ignores empty meshes now. Thanks for tomva for the patch (see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3402881).
|
16 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
|
eda47a6f0b
- Add new helper funtion to detect end of buffer.
|
16 years ago |
aramis_acg
|
de14e06805
FIX: Nasty debug-only bug in FindInstancesProcess.
|
16 years ago |
aramis_acg
|
13804abf2e
FIX: ObjLoader reads opacity now.
|
16 years ago |
aramis_acg
|
0d53ac5ad5
Fixing build errors.
|
16 years ago |