Mike Feldstein
|
0ba57202f7
|
Use array delete command vs object delete since mMeshes is allocated with new[]
|
2018-08-16 13:56:35 -07:00 |
kimkulling
|
b6f29bf54f
|
Add usage of log macros, next files.
|
2018-04-19 17:21:21 +02:00 |
Kim Kulling
|
b049933d2f
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BuildTools
|
66171de915
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
Kim Kulling
|
a2b8d66a86
|
Update license info.
|
2017-05-09 19:57:36 +02:00 |
Andy Maloney
|
0c7aac02eb
|
Fixes spelling in comments
|
2016-12-07 21:31:51 -05:00 |
Kim Kulling
|
7207e5117c
|
Use new include bracktes.
|
2016-06-06 22:04:29 +02:00 |
Alexander Gessler
|
896120b76a
|
Assimp mostly uses unsigned int where it perhaps should've used size_t, nonetheless SPBC insisted on size_t, causing lots of noisy compile warnings.
|
2016-05-05 15:41:50 +02:00 |
mensinda
|
b37e25cd7d
|
Replaced boost::format with internal formater
|
2016-04-06 00:03:05 +02:00 |
Kim Kulling
|
1191d03405
|
Update license info.
|
2016-01-01 21:07:24 +01:00 |
Richard
|
83de707587
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
Richard
|
a96a595a7a
|
Refactor: Trim trailing whitespace
|
2015-06-28 16:01:32 -06:00 |
Richard
|
4c1a0507fe
|
Refactor: Line endings are LF, not CRLF
|
2015-06-28 15:59:33 -06:00 |
Kim Kulling
|
2bfc353fde
|
License info: update year info.
|
2015-06-28 21:48:25 +02:00 |
abma
|
bf4913b5c9
|
remove AssimpPCH.h: fixes #534
|
2015-04-16 01:00:17 +02:00 |
aramis_acg
|
4dbf539b44
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1147 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-02-03 03:38:30 +00:00 |
aramis_acg
|
94767ecf8c
|
Merge https://github.com/tonttu/assimp
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@903 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2011-02-20 00:01:52 +00:00 |
ulfjorensen
|
3a4651b0ec
|
Bugfix: SplitByBoneCountProcess sometimes split too early
Export API continued.
First version of the Collada Exporter added. Handles static geometry and node hierarchy upto now.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@894 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2011-01-21 15:37:00 +00:00 |
aramis_acg
|
24a0132598
|
+ SplitByBonesCountProcess: make bone limit configurable.
- fix tabbing.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@883 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2011-01-05 13:22:44 +00:00 |
ulfjorensen
|
9a47236bb3
|
Bugfix: SplitByBoneCount process now updates "used"-flags for bones after having checked the whole face. Avoids the addition of empty bones to a submesh when a face requires multiple bones of which only a part fit into the bone count limit.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@882 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2011-01-04 19:31:54 +00:00 |
ulfjorensen
|
a9e96e2f9b
|
- added a new post processing step to split up meshes into submeshes with a limited number of bones.
- fixed some wording details
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@864 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2010-11-22 18:14:51 +00:00 |