Angelo Scandaliato
|
cfa0ea3189
|
finished first version of extport animation data
|
2016-10-05 13:32:06 -07:00 |
Angelo Scandaliato
|
d249cca011
|
created the asset writer function for animations export gltf
|
2016-10-04 07:09:01 -07:00 |
Angelo Scandaliato
|
37d32e79c9
|
created exportAnimation function
|
2016-10-03 19:29:37 -07:00 |
Angelo Scandaliato
|
99c93e861c
|
Merge remote-tracking branch 'upstream/master' into feature/fix-glTF-validator-errors
|
2016-10-03 09:34:16 -07:00 |
Angelo Scandaliato
|
0619232aef
|
included samplers dictionary for textures
|
2016-09-30 17:23:38 -07:00 |
John Senneker
|
83c0163ec6
|
glTF: Read and write transparency values
|
2016-09-29 17:44:04 -04:00 |
Angelo Scandaliato
|
7dd2e7011d
|
fixed issue with texcoordinate bufferview target
|
2016-09-28 18:50:08 -07:00 |
Angelo Scandaliato
|
f2e6f2f67f
|
work around for indices array in ExportData
|
2016-09-28 15:56:06 -07:00 |
Angelo Scandaliato
|
e89e98291a
|
calculate and write min and max attributes for accessors
|
2016-09-28 14:47:15 -07:00 |
johnmaf
|
3052f35824
|
glTF: move mesh splitting to constructor to cover GLB
|
2016-09-20 14:15:42 -04:00 |
johnmaf
|
c9f28192d9
|
Merge upstream master
|
2016-09-20 11:53:12 -04:00 |
Alexandr Arutjunov
|
f11545d2c0
|
[*] Merge with fresh master.
|
2016-09-20 16:02:41 +03:00 |
Kim Kulling
|
b8950f6d90
|
Merge pull request #998 from johnmaf/bugfix/gltfUVs
Flip UVs in glTFExporter
|
2016-09-20 09:53:57 +02:00 |
johnmaf
|
3c827f29f6
|
Export glTF buffers as separate .bin files
|
2016-09-19 17:44:38 -04:00 |
johnmaf
|
cd038209dd
|
Add all glTF data to single buffer
|
2016-09-15 10:38:02 -04:00 |
johnmaf
|
8b3f348d63
|
Flip UVs in glTFExporter
|
2016-09-14 18:03:52 -04:00 |
Alexandr Arutjunov
|
ac1bcaa4cc
|
Merge branch 'master' of https://github.com/assimp/assimp into gltf_o3dgc
|
2016-09-10 09:05:36 +03:00 |
johnmaf
|
702d57fbae
|
Split mesh before exporting gltf. Fixes #995
|
2016-09-07 17:03:19 -04:00 |
Kim Kulling
|
238f14f30f
|
Fix coverity findings: fix possible usage after calling free.
|
2016-08-29 15:28:37 +02:00 |
Alexandr Arutjunov
|
48f8c117e2
|
[F] Conditional compilation for Open3DGC-extension.
[F] Flag comp_allow did not reset when mesh can not be encoded.
|
2016-08-14 16:27:16 +03:00 |
Alexandr Arutjunov
|
8ab50aa9a0
|
[*] Few C++11 constructions are removed.
|
2016-08-13 16:27:07 +03:00 |
Alexandr Arutjunov
|
0ad2f2247a
|
[+] glTF import/export. Support for Open3DGC-compression of mesh primitives.
|
2016-08-11 01:04:30 +03:00 |
Alexandr Arutjunov
|
778ad7f06f
|
[+] Use "buffer" ID against "bufferView" ID for Open3DGC-compression.
|
2016-08-09 13:37:32 +03:00 |
Alexandr Arutjunov
|
9a4fa1321b
|
[+] Save parameters of mesh extension: Open3DGC-compression.
|
2016-08-09 13:26:57 +03:00 |
Alexandr Arutjunov
|
507668229f
|
[+] Support Open3DGC for glTF import/export. Intermediate commit.
|
2016-08-08 19:24:50 +03:00 |
Kangning Li
|
f15b6177f7
|
glTFExporter fixes: spaces to tabs
|
2016-06-10 13:41:59 -04:00 |
Kangning Li
|
c98e77907c
|
fixed some small bugs in the gltf exporter: byteOffsets in accessors/bufferViews, logic problem with bufferView targets
|
2016-06-10 09:49:04 -04:00 |
Alexander Gessler
|
0b79d1ebda
|
Revert previous glTF fix (e5233283ef ) because it breaks ODR as pointed out by @turol, instead just make importer depend on the necessary definitions.
|
2016-05-05 19:11:33 +02:00 |
Otger
|
64f78e003f
|
Fixed crashes when files were not found, and fixed some warnings
|
2016-04-28 20:50:01 +02:00 |
mensinda
|
5dacda0a08
|
replaced boost smart pointers with c++11 smart pointers
|
2016-04-05 23:23:53 +02:00 |
mensinda
|
18843fe5e1
|
Replaced BOOST_FOREACH with c++11 ranged for loops
|
2016-04-05 22:53:54 +02:00 |
Kim Kulling
|
6bfdeb6a12
|
sprintf replacement: introduce au_snprintf to support snprintf for v2013
and earier ( closes https://github.com/assimp/assimp/issues/743 )
|
2016-01-06 15:35:25 +01:00 |
Kim Kulling
|
c3d4be1dce
|
sprintf: replace more sprintf by snprintf.
|
2016-01-04 22:24:25 +01:00 |
Kim Kulling
|
1191d03405
|
Update license info.
|
2016-01-01 21:07:24 +01:00 |
Otger
|
d72443d6b0
|
Fixed gcc warnings and errors
|
2015-11-29 20:17:06 +01:00 |
Otger
|
4f757cdf5a
|
Implemented basic glTF exporter and improved the importer (plus some code refactor)
|
2015-11-29 19:13:51 +01:00 |
Otger
|
5942d60aea
|
Fixed gcc errors
|
2015-11-27 02:31:18 +01:00 |
Otger
|
b307ec643d
|
Created exporter class and fixed a few bugs
|
2015-11-27 01:16:48 +01:00 |