Commit Graph

3344 Commits

Author SHA1 Message Date
ousttrue
b8aad0cc63 IByteBuffer and glTFBuffer decoupling. 2021-10-27 19:01:42 +09:00
ousttrue
95c3c7c5d4 rename GltfData buffer access methods 2021-10-27 18:17:47 +09:00
ousttrue
4f7043ffdd Implement data: uri dispatch 2021-10-27 17:58:35 +09:00
ousttrue
fecbf3f0de GltfData.GetBytesFromUri 2021-10-27 17:31:32 +09:00
ousttrue
780f08beb2
Merge pull request #1339 from ousttrue/gltf_buffer_helper
[Maintenance] refactoring gltf buffer access
2021-10-27 14:23:01 +09:00
ousttrue
1070168d64 w to data 2021-10-26 21:05:42 +09:00
ousttrue
1eec47dedd Update exporter interface. use ExportingGltfData 2021-10-26 21:02:09 +09:00
ousttrue
e8f7fdbda7 Rename GltfBufferWriter to ExportingGltfData 2021-10-26 20:34:50 +09:00
ousttrue
fa5284f800
Merge pull request #1340 from notargs/feature/fix_bug
ReconstructSpringBoneを呼んだ時、デフォルトの回転角の指定が正しく行えない問題を修正
2021-10-26 20:18:57 +09:00
ousttrue
04a58dc02c Remove unused IStorage.GetPath 2021-10-26 19:33:24 +09:00
ousttrue
ddcb5af0e3 readonly struct Byte4 and UShort4. 2021-10-26 19:31:16 +09:00
ousttrue
1e2166eb10 sealed class GltfStorage 2021-10-26 19:26:50 +09:00
ousttrue
0d1c1d92fd remove region 2021-10-26 19:17:53 +09:00
ousttrue
766bac70c7 Rename IUrlGetter to IStorage again. 2021-10-26 19:14:50 +09:00
ousttrue
cc1e10c5bd Update GltfData comment. 2021-10-26 19:04:18 +09:00
notargs
0316352e8c Fix ReconstructSpringBone default rotation 2021-10-26 18:43:34 +09:00
ousttrue
58678776b5 add GltfBufferWriter 2021-10-26 17:37:03 +09:00
ousttrue
767aeeb9bd Separate Byte4.cs and UShort4.cs 2021-10-26 14:11:06 +09:00
ousttrue
81c6c743db rename IStorage to IUrlGetter 2021-10-26 13:14:07 +09:00
ousttrue
1c2180793b remove unused IStorage.GetPath 2021-10-26 13:09:30 +09:00
ousttrue
758a9ffff9 IStorage 2021-10-26 13:00:56 +09:00
ousttrue
1802915111 mv gltf buffer access functions to GltfData from GltfExtensions 2021-10-26 13:00:56 +09:00
ousttrue
a5e31b76f2
Merge pull request #1338 from notargs/readonly_struct_material_descriptor
MaterialDescriptorをreadonly structに変更
2021-10-26 12:44:15 +09:00
notargs
1e98f065e1 Fix errors 2021-10-25 17:03:47 +09:00
notargs
adcf43dcbe Merge remote-tracking branch 'upstream/master' into readonly_struct_material_descriptor 2021-10-25 17:02:13 +09:00
notargs
700f033fd7 MaterialDescriptorをreadonly structに変更 2021-10-25 16:52:55 +09:00
PoChang007
b493730b36
Merge pull request #1337 from ousttrue/doc/fix_cs_gitinclude
sphinx エラー修正
2021-10-25 14:54:18 +09:00
ousttrue
22d79dd27e sphinx エラー修正 2021-10-25 14:48:24 +09:00
ousttrue
c1fb68fb29
Merge pull request #1327 from Santarh/fixExporterInterface
Merge duplicated gltfExporter argument `GltfExportSettings`
2021-10-25 14:35:58 +09:00
PoChang007
090c3b88a1
Merge pull request #1336 from ousttrue/doc/update_20211022
Doc/update 20211022
2021-10-22 23:05:14 +09:00
ousttrue
76c8c4ead3 first person 2021-10-22 20:45:12 +09:00
ousttrue
7b974077ea RuntimeExporter 2021-10-22 20:39:14 +09:00
Masataka SUMI
d6f7b23970 rename 2021-10-22 20:33:55 +09:00
Masataka SUMI
e8037d112c refactoring 2021-10-22 20:32:21 +09:00
Masataka SUMI
d2e2f8403e VRM 0.x の仕様に反する変換 Export は throw する 2021-10-22 20:31:28 +09:00
ousttrue
8b9b3fa7e1 how_to_customize_material_import 2021-10-22 20:29:50 +09:00
Masataka SUMI
2a01ef551b Merge branch 'master' of https://github.com/vrm-c/UniVRM into fixExporterInterface 2021-10-22 20:22:58 +09:00
ousttrue
5348e1f7d4 ScriptedImporter のメモ書き 2021-10-22 20:18:35 +09:00
ousttrue
3cf9fe2dc9
Merge pull request #1334 from Santarh/destroyRuntimeGltfInstance
[0.x] Remove RuntimeGltfInstance before saving a prefab.
2021-10-22 19:01:37 +09:00
Masataka SUMI
6b43069eb9 Remove RuntimeGltfInstance before saving a prefab. 2021-10-22 18:58:10 +09:00
ousttrue
616f386a29
Merge pull request #1331 from Santarh/transparentZwriteFallback
Fix UnlitTransparentZWrite fallback code.
2021-10-22 17:15:25 +09:00
Masataka SUMI
4d6bf7d614 不要なフォールバックになったので削除する 2021-10-22 17:10:13 +09:00
Masataka SUMI
efbb5aca0c renderQueue を復帰する 2021-10-22 17:09:52 +09:00
Masataka SUMI
fe25feaed6 refactor 2021-10-22 16:39:23 +09:00
Masataka SUMI
4b0cfe972e comment 2021-10-22 16:38:40 +09:00
Masataka SUMI
bd982eae8f rename 2021-10-22 16:31:58 +09:00
Masataka SUMI
61415a927d TransparentZwrite のフォールバック時の指定を明示的にする 2021-10-22 16:06:45 +09:00
ousttrue
58bf984c9c
Merge pull request #1330 from notargs/feature/bugfix
FastSpringBoneがMathf関連のエラーを吐く問題を修正
2021-10-22 15:34:54 +09:00
notargs
698e7c0f15 不要なキャストを削除 2021-10-22 15:30:26 +09:00
notargs
c68be7c59f Fix comment 2021-10-22 15:25:19 +09:00