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