Kim Kulling
|
5f652feb75
|
Merge branch 'master' into MalcolmTyrrell/gltfCrashes
|
2021-03-19 13:35:13 +01:00 |
Hill Ma
|
3e99385f44
|
Fix a memory leak in glTF2.
The destructor of LazyDict uses `delete` but `delete` was not used for objects removed by LazyDict::Remove.
|
2021-03-17 15:12:54 -07:00 |
Malcolm Tyrrell
|
3503252e12
|
Strict check for accessor "count"
|
2021-03-16 11:47:19 +00:00 |
Malcolm Tyrrell
|
e4983aa16e
|
Fix code issue
|
2021-03-15 16:46:41 +00:00 |
Malcolm Tyrrell
|
57652a9084
|
Version is strictly a string
|
2021-03-15 16:27:50 +00:00 |
Malcolm Tyrrell
|
053c0f5e0a
|
Catch type errors in gltf and try to print out useful context.
|
2021-03-15 13:06:11 +00:00 |
Kim Kulling
|
806b12dc8b
|
Merge branch 'master' into issue_3678
|
2021-03-10 19:51:04 +01:00 |
Kim Kulling
|
6c89631581
|
closes https://github.com/assimp/assimp/issues/3678: ensure lowercase
|
2021-03-09 21:08:28 +01:00 |
Kim Kulling
|
75210576cf
|
Merge branch 'master' into sparse_minmax
|
2021-03-01 21:34:24 +01:00 |
Kim Kulling
|
c669c8f1eb
|
Merge branch 'master' into update_copyrights
|
2021-02-28 12:18:41 +01:00 |
Kim Kulling
|
9e8dbd0ca5
|
Update copyrights to 2021.
|
2021-02-28 12:17:54 +01:00 |
Max Vollmer (Microsoft Havok)
|
eef03c1f17
|
Improved warnings
|
2021-02-24 14:28:18 +00:00 |
Max Vollmer (Microsoft Havok)
|
facb7da701
|
Check that normal count and tangent count matches vertex count. Ignore data and warn if counts don't match.
|
2021-02-24 14:19:29 +00:00 |
thomasbiang
|
5429475339
|
Merge branch 'master' into sparse_minmax
|
2021-02-23 12:30:53 -08:00 |
Kim Kulling
|
247fd0ce17
|
Merge branch 'master' into FixAnimName
|
2021-02-22 20:38:16 +01:00 |
Kim Kulling
|
6094da3493
|
Update glTF2Asset.inl
|
2021-02-18 09:32:37 +01:00 |
Minmin Gong
|
d57b78bc98
|
Export the animation name to gltf2
|
2021-02-16 20:22:08 -08:00 |
Kim Kulling
|
888415246e
|
Merge branch 'master' into issue_2195_draco
|
2021-02-08 11:52:54 +01:00 |
ywang
|
9bab475302
|
export min max for sparse accessor
|
2021-02-03 15:05:58 -08:00 |
ywang
|
793bd44cee
|
fix issue: 3482: invalid gltf2 properties
|
2021-02-02 13:19:57 -08:00 |
Kim Kulling
|
5fbbba2fac
|
Merge branch 'master' into issue_2195_draco
|
2021-01-31 16:02:57 +01:00 |
RichardTea
|
48bcbbefdd
|
use nullptr and float constants
|
2021-01-27 10:56:57 +00:00 |
RichardTea
|
150514fc8b
|
Move draco warning suppression
Should be around the include for portability, not template instantiation
Fix clang pragma typos
|
2021-01-27 10:42:28 +00:00 |
RichardTea
|
6ec32b6b78
|
Apply clangformat
|
2021-01-27 09:55:03 +00:00 |
RichardTea
|
c6fd1ce996
|
glTF2 Minor cleanup
|
2021-01-27 09:42:49 +00:00 |
RichardTea
|
5b9d06c2fc
|
Disable draco clang/gcc warnings via pragma
draco templated functions also throw warnings
|
2021-01-27 09:19:35 +00:00 |
RichardTea
|
d79e0c0ba9
|
Avoid std::make_unique
Assimp is still C++11
|
2021-01-26 17:33:10 +00:00 |
RichardTea
|
c917e6513f
|
Merge branch 'master' into issue_2195_draco
|
2021-01-26 16:43:46 +00:00 |
RichardTea
|
f39ba8ddb2
|
Add compile error for bad error draco config
KHR_draco_mesh_compression requires
DRACO_MESH_COMPRESSION_SUPPORTED
|
2021-01-26 16:24:18 +00:00 |
RichardTea
|
dde7605158
|
Implement draco decoding
|
2021-01-26 16:08:12 +00:00 |
thomasbiang
|
91dc904ed1
|
Merge branch 'master' into master
|
2021-01-22 13:25:31 -08:00 |
Kim Kulling
|
2bcf08370d
|
Merge branch 'master' into fix-gltf-vertex-colors
|
2021-01-21 11:54:02 +01:00 |
thomasbiang
|
d7cf7847ba
|
Merge branch 'master' into master
|
2021-01-20 18:47:39 -08:00 |
ywang
|
01e61c8b9f
|
customized node transformation format
|
2021-01-20 18:42:56 -08:00 |
Maki
|
6d13fd6aa2
|
Fix glTF vertex colors with types other than float
|
2021-01-15 02:56:45 +00:00 |
Max Vollmer
|
d49aed4585
|
* Check that buffer view has buffer
* Handle integer overflow when calculating byte length
* Minor code cleanup for exception messages
|
2021-01-11 08:45:47 +00:00 |
Danny-Kint
|
07aace0fdd
|
Merge branch 'master' into dev/gltf-KHR_materials
|
2020-12-31 07:08:31 +01:00 |
Danny-Kint
|
07b59f539d
|
Merge branch 'master' into dev/gltf-KHR_materials
|
2020-12-28 08:48:54 +01:00 |
Maki
|
ca653e0c6a
|
Fix glTF from memory loading .bin with a custom IOHandler
|
2020-12-28 07:18:50 +00:00 |
Kim Kulling
|
3f5238d7c1
|
Merge branch 'master' into gltf2_fixes
|
2020-12-24 16:48:36 +01:00 |
Danny-Kint
|
dbffe25c9d
|
Merge branch 'master' into dev/gltf-KHR_materials
|
2020-12-23 11:33:04 +01:00 |
Danny Kabrane
|
383c97e380
|
Add KHR_materials_transmission during export
|
2020-12-23 10:43:21 +01:00 |
Danny Kabrane
|
2b097c1e73
|
Add KHR_materials_transmission during import
|
2020-12-23 10:43:01 +01:00 |
Danny Kabrane
|
197bf1e617
|
Add KHR_materials_clearcoat during export
|
2020-12-23 09:56:15 +01:00 |
Danny Kabrane
|
f8c63d874b
|
support KHR_materials_clearcoat during import
|
2020-12-23 08:12:09 +01:00 |
Danny Kabrane
|
aa9d6ce7b7
|
add support for khr_materials_sheen during export
|
2020-12-21 14:34:16 +01:00 |
Danny Kabrane
|
0fdda99ea1
|
add underscore (MATERIAL_SHEEN instead of MATERIALSHEEN)
|
2020-12-21 14:33:35 +01:00 |
Danny Kabrane
|
63b0a97369
|
import KHR_materials_sheen
|
2020-12-20 07:59:12 +01:00 |
Max Vollmer
|
a15adc9fbc
|
Fixed copypaste error
|
2020-12-14 17:01:42 +00:00 |
Max Vollmer
|
1db51503d8
|
Throw instead of assert on invalid file input
|
2020-12-14 16:44:56 +00:00 |