Hill Ma
|
fe8c4ebd8c
|
Merge branch 'master' into zero
|
2021-06-16 10:18:41 -07:00 |
Andreas Buhr
|
e27074594f
|
Replace swear words in IFCBoolean.cpp
Add a more gentle comment.
|
2021-06-16 18:58:41 +02:00 |
Kim Kulling
|
fdb9ce6445
|
Merge pull request #3958 from mahiuchun/iosys
Fix issue #2873
|
2021-06-16 14:22:02 +02:00 |
Kim Kulling
|
a34b9d1c95
|
Fix review findings
|
2021-06-16 11:21:31 +02:00 |
Hill Ma
|
148b8c66a8
|
glTF2: zero out extra space created by padding.
This makes resulting GLB deterministic.
|
2021-06-15 15:18:20 -07:00 |
Hill Ma
|
af748755e1
|
Fix issue #2873
|
2021-06-15 13:20:12 -07:00 |
Kim Kulling
|
a6558ca249
|
Merge branch 'master' into embed
|
2021-06-15 13:32:09 +02:00 |
ihsinme
|
6a78ef5652
|
Merge branch 'master' into patch-1
|
2021-06-15 09:42:05 +03:00 |
RichardTea
|
a909341767
|
Merge remote-tracking branch 'origin/clean_gltf_pbr_brdf' into clean_gltf_pbr_brdf
|
2021-06-14 15:11:51 +01:00 |
RichardTea
|
f412595887
|
Fix typo
Thank you clang!
|
2021-06-14 15:11:41 +01:00 |
RichardTea
|
985f3ee665
|
Fix glTFv2 texcoord/uv mapping
Use the standard property to indicate the UV map index
|
2021-06-14 15:11:41 +01:00 |
RichardTea
|
fb039bb9eb
|
Add glTFv2 Clearcoat import/export tests
Uses Clearcoat model from Khronos
|
2021-06-14 15:11:41 +01:00 |
RichardTea
|
4a66ec25d0
|
Standardise Clearcoat, Sheen and Transmission
Also cleanup glTFv2 defaults, don't import/export if disabled
|
2021-06-14 15:11:41 +01:00 |
RichardTea
|
4476352882
|
First pass at simplifying glTFv2 PBR
Removed 'core' set of GLTF-specific properties
|
2021-06-14 15:11:41 +01:00 |
Kim Kulling
|
a9b29abee6
|
Merge pull request #3938 from BaldricS/Fix_SceneCombiner_Texture_Reindexing
SceneCombiner memory issues when re-indexing textures.
|
2021-06-14 15:40:25 +02:00 |
Kim Kulling
|
9a851cac7b
|
Merge branch 'master' into Fix_SceneCombiner_Texture_Reindexing
|
2021-06-14 14:47:15 +02:00 |
Kim Kulling
|
a0388b1727
|
Merge pull request #3918 from Nodrev/fbx-lights-export
Adding basic support for lights in FBX exporter
|
2021-06-14 14:46:36 +02:00 |
Evangel
|
064ffc625b
|
Const qualify aiMetadata::HasKey
|
2021-06-14 12:21:29 +10:00 |
Evangel
|
3de20af3cc
|
Renamed glTF2::Object::extensions to customExtensions to avoid shadowing in other subclasses.
|
2021-06-12 13:16:53 +10:00 |
Evangel
|
a7a30baf27
|
Renamed local variable to avoid shadowing member variable.
|
2021-06-12 13:08:14 +10:00 |
Evangel
|
7f0efa0866
|
Added ReadExtensions to glTF2::Object, so all objects now have their extensions read.
Importer is the only place that needs to be modified to make them available on the Assimp side now.
|
2021-06-12 12:50:44 +10:00 |
Evangel
|
5be2330fbb
|
Added CustomExtension to glTF2::Object so that all subclasses have it instead of doing it piecemeal.
|
2021-06-12 12:20:40 +10:00 |
Evangel
|
6d413444b5
|
Merge branch 'master' of https://github.com/Evangel63/assimp
|
2021-06-12 11:46:20 +10:00 |
Evangel
|
36c8cdf3de
|
Add scene metadata for glTF2 files as allowed by the glTF2 specification.
|
2021-06-12 11:44:28 +10:00 |
RichardTea
|
fbf75963dc
|
Fix typo
Thank you clang!
|
2021-06-11 15:25:02 +01:00 |
RichardTea
|
230f367ef9
|
Fix glTFv2 texcoord/uv mapping
Use the standard property to indicate the UV map index
|
2021-06-11 15:17:25 +01:00 |
RichardTea
|
c86522e552
|
Add glTFv2 Clearcoat import/export tests
Uses Clearcoat model from Khronos
|
2021-06-11 14:34:42 +01:00 |
RichardTea
|
4b4d6b1326
|
Standardise Clearcoat, Sheen and Transmission
Also cleanup glTFv2 defaults, don't import/export if disabled
|
2021-06-11 13:44:52 +01:00 |
ihsinme
|
6dd9ab062c
|
the expression does not throw an exception.
maybe you just forgot this word.
|
2021-06-11 10:56:45 +03:00 |
RichardTea
|
9f9d77f882
|
First pass at simplifying glTFv2 PBR
Removed 'core' set of GLTF-specific properties
|
2021-06-10 18:13:46 +01:00 |
Kim Kulling
|
391d3195df
|
Merge branch 'master' into fbx-lights-export
|
2021-06-10 12:27:14 +02:00 |
Scott Baldric
|
1deacf32be
|
Merge branch 'master' into Fix_SceneCombiner_Texture_Reindexing
|
2021-06-09 15:27:20 -05:00 |
Kim Kulling
|
199aa5dd66
|
Merge pull request #3911 from RichardTea/update_draco
Update Draco to upstream e4103dc
|
2021-06-09 16:34:53 +02:00 |
Kim Kulling
|
fc4ebefaa4
|
Merge branch 'master' into update_draco
|
2021-06-08 23:30:01 +02:00 |
Hill Ma
|
ef739c1703
|
glTF2: Make handling of embedded textures safer.
Previous code does not check whether the embedded texture exists.
|
2021-06-08 12:53:18 -07:00 |
Scott Baldric
|
ca1ab8b11b
|
Merge branch 'master' into Fix_SceneCombiner_Texture_Reindexing
|
2021-06-08 08:18:15 -05:00 |
Kim Kulling
|
c58fe0c98f
|
Merge pull request #3873 from krishty/improve-msvc-switches
enable debug information in MSVC release build
|
2021-06-08 15:09:28 +02:00 |
Hill Ma
|
121c0e7d0c
|
Add GetEmbeddedTextureAndIndex() to aiScene.
It allows the caller to get the index of the embedded texture that is always computed anyway.
|
2021-06-07 21:53:28 -07:00 |
Kim Kulling
|
790203ee9d
|
Merge branch 'master' into improve-msvc-switches
|
2021-06-07 21:21:20 +02:00 |
Kim Kulling
|
cdc1bf8e10
|
Merge pull request #3916 from jagoon/fix-fbx-exporter2
Fix fbx exporter bug if root node contains meshes.
|
2021-06-07 21:20:18 +02:00 |
Scott Baldric
|
8039351a67
|
Merge branch 'master' into Fix_SceneCombiner_Texture_Reindexing
|
2021-06-07 11:44:10 -05:00 |
Kim Kulling
|
a8ddc74426
|
Merge branch 'master' into fix-fbx-exporter2
|
2021-06-07 18:26:59 +02:00 |
Kim Kulling
|
1126fa5218
|
Merge pull request #3934 from assimp/fix_dxf_viewer
fix viewer in case of unknown primitives.
|
2021-06-07 18:24:52 +02:00 |
Scott Baldric
|
444fc9c373
|
Increasing length of mDataLength if rewriting the texture index increases magnitutde of index.
|
2021-06-04 16:32:46 -05:00 |
Kim Kulling
|
84db4d3a08
|
Update CMakeLists.txt
|
2021-06-03 23:56:52 +02:00 |
Kim Kulling
|
b0e7271449
|
Merge branch 'master' into stb-image-updated
|
2021-06-03 23:46:43 +02:00 |
Kim Kulling
|
e6b83feb9f
|
Update CMakeLists.txt
|
2021-06-03 23:45:48 +02:00 |
Kim Kulling
|
1a493613c1
|
Merge branch 'master' into fix_dxf_viewer
|
2021-06-03 23:43:39 +02:00 |
Kim Kulling
|
a3b3ab1d44
|
Merge pull request #3941 from assimp/issue_3767
update pugi_xml to 1.11
|
2021-06-03 23:42:08 +02:00 |
Kim Kulling
|
742250c5fb
|
Update CMakeLists.txt
|
2021-06-03 23:42:07 +02:00 |