RichardTea
|
74b3be194d
|
Read the Value, not the Attribute
Correct some mistakes made when moving to pugixml from IrrXML
Fixes #4179
|
2021-11-17 17:10:10 +00:00 |
RichardTea
|
bab8b8dbab
|
apply clangformat
|
2021-11-17 17:08:19 +00:00 |
Kim Kulling
|
df739f00dd
|
Merge branch 'master' into issue_3398
|
2021-08-28 13:56:50 +02:00 |
Kim Kulling
|
4b1ff645e3
|
closes https://github.com/assimp/assimp/issues/3398: Add support for embedded textures
|
2021-08-12 21:13:07 +02:00 |
Krishty
|
738c31c3ea
|
removed useless code
Found while reviewing #3880
|
2021-07-28 16:48:53 +02:00 |
Kim Kulling
|
5171aa52d1
|
Remove dead code
|
2021-07-16 11:47:38 +02:00 |
RichardTea
|
bff1d012bd
|
Read matrix and input (shared) correctly
<matrix> may have leading and trailing whitespace
<input/> set attribute is unsigned. It is also optional, default 0
|
2021-07-13 16:50:09 +01:00 |
RichardTea
|
206b2436d4
|
Apply clangformat
|
2021-07-13 16:47:31 +01:00 |
Aaron Gokaslan
|
94c3abd841
|
Apply various performance fixes from clang-tidy
|
2021-06-22 12:27:15 -04:00 |
Kim Kulling
|
3fa45e6a8c
|
Merge branch 'master' into sml_doc
|
2021-05-18 21:18:02 +02:00 |
Kim Kulling
|
e01a6b4276
|
Add xml doc.
|
2021-05-18 21:15:48 +02:00 |
Malcolm Tyrrell
|
5cd3bdd5c2
|
No need to distinguish formatting log functions.
|
2021-05-13 10:25:27 +01:00 |
Jason C
|
2925592c64
|
[assimp] Make sure ctype calls use unsigned char.
Cast to unsigned char as required by C++ (see C++ **[cctype.cyn]** -> ISO C99 section 7.4, [see also](https://en.cppreference.com/w/cpp/string/byte/isspace)).
Addresses https://github.com/assimp/assimp/issues/3867 and then some.
|
2021-05-04 17:31:13 -04:00 |
Kim Kulling
|
6c89631581
|
closes https://github.com/assimp/assimp/issues/3678: ensure lowercase
|
2021-03-09 21:08:28 +01:00 |
contriteobserver
|
111752cff0
|
workaround for ASSIMP_DOUBLE_PRECISION compile errors
changed float types to ai_real types as needed
addresses issue #3682
|
2021-02-28 14:45:39 -08:00 |
Kim Kulling
|
9e8dbd0ca5
|
Update copyrights to 2021.
|
2021-02-28 12:17:54 +01:00 |
Kim Kulling
|
cb15a0d8b0
|
Merge branch 'master' into ColladaAnimationFix
|
2021-02-07 17:45:10 +01:00 |
Kim Kulling
|
e6b8ae44cb
|
Fix unittests: skip newline at begin of matrix token.
|
2021-02-03 20:54:48 +01:00 |
Kim Kulling
|
6ee1a32fb2
|
fix compile issue: replace std::make_unique
|
2021-02-02 22:54:20 +01:00 |
Kim Kulling
|
fa2354ebc3
|
Fix incorrect xml-parsing in collada importer.
|
2021-02-02 22:06:33 +01:00 |
contriteobserver
|
e33b69a428
|
Collada importer now identifies animations
addresses issue #3584
|
2021-01-28 13:06:02 -08:00 |
Kim Kulling
|
243d017463
|
Add missing skip
- closes https://github.com/assimp/assimp/issues/3601
- Fix some format issues
|
2021-01-24 18:47:50 +01:00 |
Kim Kulling
|
a2b889ab09
|
Fix typo in collada parser
closes https://github.com/assimp/assimp/issues/3599
|
2021-01-24 18:21:46 +01:00 |
Kim Kulling
|
69143ed149
|
fix unittests.
|
2020-10-19 23:53:27 +02:00 |
Kim Kulling
|
080322b9e2
|
cleanup collada xml migration.
|
2020-10-19 19:06:11 +02:00 |
Kim Kulling
|
857f62cde0
|
closes pParam.mReference = source;
|
2020-10-14 20:34:46 +02:00 |
Kim Kulling
|
1c85676a9c
|
collada: fix warning: not inited variable.
|
2020-09-27 21:19:23 +02:00 |
Kim Kulling
|
052cc2e070
|
collada: fix warning: not inited variable.
|
2020-09-27 21:16:51 +02:00 |
Kim Kulling
|
5038f21d06
|
collada: fix warning: not inited variable.
|
2020-09-27 21:14:21 +02:00 |
Kim Kulling
|
202907d471
|
collada: fix warning: unused variable.
|
2020-09-27 21:11:42 +02:00 |
Kim Kulling
|
3f97a1df2c
|
collada: fix warning: unused variable.
|
2020-09-27 21:09:06 +02:00 |
Kim Kulling
|
bdd3c96eee
|
amf: fix warning: unused variable.
|
2020-09-27 21:06:14 +02:00 |
Kim Kulling
|
5653a82a87
|
fix the unittests.
|
2020-09-27 20:20:44 +02:00 |
Kim Kulling
|
d6892b3f58
|
Merge branch 'master' into pugi_xml
|
2020-09-25 21:00:09 +02:00 |
Kim Kulling
|
557273818d
|
collada: next iteration.
|
2020-09-23 21:23:12 +02:00 |
Kim Kulling
|
34351b3cb9
|
fix collada material parsing.
|
2020-09-23 00:20:06 +02:00 |
kimkulling
|
71f20eaa8a
|
next fixes
|
2020-09-22 15:51:21 +02:00 |
kimkulling
|
dee8e5bee1
|
Merge branch 'pugi_xml' of https://github.com/assimp/assimp into pugi_xml
|
2020-09-22 15:20:35 +02:00 |
Kim Kulling
|
c4039d5cf0
|
fix collada data parsing.
|
2020-09-21 20:05:16 +02:00 |
kimkulling
|
8c88526da8
|
fix collada unittests.
|
2020-09-21 16:39:24 +02:00 |
Kim Kulling
|
14d6141f69
|
Collada: fix scenenode parsing.
|
2020-09-14 21:35:36 +02:00 |
kimkulling
|
d0932c405f
|
fix duplicated node parsing.
|
2020-09-11 15:46:46 +02:00 |
Kim Kulling
|
c1f50e116a
|
fix next unittests.
|
2020-09-11 00:46:29 +02:00 |
Kim Kulling
|
689406fbda
|
Fix Colladat import.
|
2020-09-04 07:33:10 +02:00 |
Kim Kulling
|
be5089ae40
|
Collada: correct parsing of float data in xml nodes.
|
2020-09-02 22:38:19 +02:00 |
Kim Kulling
|
0b8ed5c03a
|
fix crash when x3d is empty
|
2020-09-02 21:49:40 +02:00 |
Kim Kulling
|
73fa2cbe88
|
Fix memory handling of xml-nodes in the parser.
|
2020-09-01 21:48:50 +02:00 |
Kim Kulling
|
3c2133a3b9
|
fix node collection for collada xml parsing
|
2020-09-01 07:51:17 +02:00 |
kimkulling
|
e62b4e5cce
|
next iteration.
|
2020-08-31 16:10:38 +02:00 |
Kim Kulling
|
6d5c388780
|
Introduce node iterator.
|
2020-08-30 21:10:04 +02:00 |