Kim Kulling
|
ae956044aa
ObjImporter: remove unnecessary allocations of std::vector in obj-specific
|
8 years ago |
Kim Kulling
|
02e038bbb6
Fix compiler warnings related to issue 957.
|
8 years ago |
Kim Kulling
|
0bae2bbfa7
Obj-Importer: start new streaming handling.
|
8 years ago |
Kim Kulling
|
ffdca3593b
ObjImporter: remove unused code.
|
9 years ago |
Chris Russ
|
05a6ee6473
Adding double precision import support for formats that can be exported
|
9 years ago |
Roy Shilkrot
|
7d98643bcf
adding support for per-vertex colors.
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Turo Lamminen
|
46121a1559
Mark single-parameter constructors explicit
|
9 years ago |
Francesco Guastella
|
2750f8da24
Added support for reflection maps for OBJ files
|
9 years ago |
Kim Kulling
|
5a207dbb19
Merge branch 'master' of https://github.com/assimp/assimp
|
10 years ago |
Kim Kulling
|
14a849b398
Obj-loader: change include brackets.
|
10 years ago |
Kim Kulling
|
e138a02dd5
Obj: fix issue 121 - set group names as the mesh names.
|
10 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
abma
|
470ad98281
fix "headercheck":
|
10 years ago |
Kim Kulling
|
fbaf89492d
bugfix: Obj-importer is now able to deal with 3d-texture coordinates.
|
11 years ago |
Judith Hartmann
|
7d1a704ed7
saves value in the 'Ke'-Attribute in ObjMtl Files in COLOR_EMISSIVE
|
11 years ago |
Nick Overdijk
|
f433746bfa
Add support for emissive and gloss-maps
|
12 years ago |
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
|
11 years ago |
Kim Kulling
|
685612b9f4
- refactoring : remove not used mesh index from private method in obj-importer.
|
12 years ago |
Andy Maloney
|
1da281c1f8
Make sure members are initialized properly
|
12 years ago |
Kim
|
fbe408dd2e
update : implement obj-support for normal maps.
|
12 years ago |
kimmi
|
cc88a3a0de
update : add displacement map support to obj-material importer. this feature is supported by some special exporters.
|
12 years ago |
kimmi
|
01972bbbcf
bugfix : Fix a memory leak in the obj-loader.
|
12 years ago |
kimmi
|
b724ac5c2c
- Bugfix : Fix build of Obj-FileImporter ( this is currently only a work-around, loader is leaking memory, I am working on it ).
|
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
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 years ago |
aramis_acg
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
13 years ago |