Daniel Kirchner
|
f4c37fa245
Collada: add importer property that forces the use of collada names. Closes #1375.
|
7 лет назад |
Kim Kulling
|
b049933d2f
update license dates.
|
8 лет назад |
BuildTools
|
66171de915
Successful lib build, unit testing still WIP
|
8 лет назад |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 лет назад |
Antti Määttä
|
9621dff027
Morph animation support for collada
|
9 лет назад |
Chris Russ
|
05a6ee6473
Adding double precision import support for formats that can be exported
|
9 лет назад |
Kim Kulling
|
1191d03405
Update license info.
|
10 лет назад |
Léo Terziman
|
445ae1fec3
In collada: implemented all missing transparency features from standard (ie RGB_ZERO, RGB_ONE and A_ZERO)
|
10 лет назад |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 лет назад |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 лет назад |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 лет назад |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 лет назад |
Andy Maloney
|
4cbce374b6
Code Cleanups
|
10 лет назад |
Léo Terziman
|
5b9af11f9b
Merge remote-tracking branch 'official/master' into contrib
|
10 лет назад |
abma
|
470ad98281
fix "headercheck":
|
10 лет назад |
Léo Terziman
|
d9a2293491
Improved handling of transparency in collada importer
|
11 лет назад |
acgessler
|
1a594b861a
Collada: use a counter instead of clock() to generate unique names. Closes #357
|
11 лет назад |
YoheiKakiuchi
|
5470f5fb28
add AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION for not transforming position of vertices
|
12 лет назад |
Alexander Gessler
|
4e9a0bba20
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
13 лет назад |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 лет назад |
kimmi
|
6caf98d945
Bugfix : Changed ColladaParser to be non-const in ColladaLoader::BuildMaterials. ( merged from GitHub, thanks to Riku Palomäki ).
|
14 лет назад |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 лет назад |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 лет назад |
aramis_acg
|
665f73861e
- move importer and postprocessing step construction chain to separate files to make them available to the exporter part.
|
14 лет назад |
aramis_acg
|
bd4a4fd608
further work on http://sourceforge.net/tracker/index.php?func=detail&aid=3054873&group_id=226462&atid=1067632 - first try the old node resolving algorithm (which checks for node IDs), if this fails switch to a workaround which takes both node names and IDs into account.
|
15 лет назад |
ulfjorensen
|
a9161ede18
Bugfix WIP: collada instanced nodes, still working on it.
|
15 лет назад |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
16 лет назад |
aramis_acg
|
5738860990
- Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface.
|
16 лет назад |
ulfjorensen
|
6d3c8b3bc7
Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file
|
16 лет назад |
ulfjorensen
|
e471b966c5
- Collada loader now supports node animations
|
17 лет назад |