Commit Graph

261 Commits

Author SHA1 Message Date
ousttrue
042847ab64 implement KeepVertexColor 2021-12-09 19:54:59 +09:00
ousttrue
89a346d0fe
Merge pull request #1409 from ousttrue/fix10/fix_shared_accessor_convert_twice
同一のバイト列を参照するBufferAccessor が複数回、座標変換(右手・左手変換)されるのを回避する
2021-12-09 19:27:26 +09:00
ousttrue
569e0ca147 add VRMShaders.Symbols 2021-12-09 16:34:44 +09:00
ousttrue
43cf7e03a2 debug menu 2021-12-09 15:30:31 +09:00
Masataka SUMI
c96d4c1331 Image の MimeType を ITextureDeserializer に伝達する 2021-12-08 19:01:22 +09:00
Masataka SUMI
4f86e14b62 VRM10 はすでに計算済みだったので remove 2021-11-30 19:03:02 +09:00
Masataka SUMI
ff7a090c2e 頂点データを Set した際に Bounds を計算するようにする. 2021-11-30 18:54:43 +09:00
ousttrue
4a59507358 ビルド時の参照エラーを修正 2021-11-25 15:43:38 +09:00
ousttrue
9ce7cabc17 ScriptableObject に 100倍された値を保持するのをやめる
* SetBlendShapeWeight 時に 100 倍する
2021-11-24 20:17:51 +09:00
notargs
e53065aeff Use NativeSlice 2021-11-16 19:56:40 +09:00
notargs
c98a94bccb Add CopyIndicesJobs 2021-11-16 19:53:29 +09:00
notargs
550a5ae9f8 Add Serializable 2021-11-16 19:29:40 +09:00
notargs
b1afcf4c01 コメントを追加 2021-11-16 19:27:51 +09:00
notargs
be35f19cb7 MeshImporterDividedのBlendShapeの更新にかなり時間がかかっていた問題を修正 2021-11-16 19:11:53 +09:00
notargs
7b32f07c78 MeshImporterDividedを高速化 2021-11-16 18:38:37 +09:00
notargs
ed4aada948 Fix jobs 2021-11-12 19:09:05 +09:00
notargs
6db8e5ecbf MeshImporterDivided.LoadDividedをNew Mesh API対応 2021-11-12 18:39:10 +09:00
notargs
f566804cc4 IndexBufferをNew Mesh APIに対応 2021-11-12 14:01:08 +09:00
notargs
c8fff439fb Add comment 2021-11-12 13:28:31 +09:00
notargs
a3674a992b UniVRM10のVertexの更新をNew Mesh APIに変更 2021-11-12 13:25:03 +09:00
ousttrue
77cc07f3d9 set indexFormat 2021-11-11 18:31:16 +09:00
ousttrue
fee1a2c091 update meta editor 2021-11-08 20:24:46 +09:00
ousttrue
bbc3db8967 設定が無い時にデフォルト値を作る 2021-11-01 18:49:24 +09:00
Masataka SUMI
7935258363
Merge pull request #1349 from 0b5vr/mtoon-emissive-colorspace
fix (VRM1.0, MToon): exported emissive factor should be in linear colorspace
2021-10-29 13:48:19 +09:00
0b5vr
21eaa5307e fix (VRM1.0, MToon): Fix color space of emissiveFactor (2)
conversion should not be done throughout the entire UniVRM procedure
2021-10-29 13:46:37 +09:00
0b5vr
acb9a25ce2 fix (VRM1.0, MToon): importer should treat emissive factor and parametric rim color factor as linear colorspace 2021-10-28 17:23:07 +09:00
0b5vr
600e8eb8d8 fix (VRM1.0, MToon): exported emissive factor should be in linear colorspace 2021-10-28 17:13:02 +09:00
0b5vr
1501f61833 fix (VRM1.0, MToon): change export spec version to 1.0-beta 2021-10-28 17:07:11 +09:00
ousttrue
806ae8d060 const LICENSE_URL_JA 2021-10-27 21:02:08 +09:00
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
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
58678776b5 add GltfBufferWriter 2021-10-26 17:37:03 +09:00
ousttrue
758a9ffff9 IStorage 2021-10-26 13:00:56 +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
ousttrue
c8a1c99f80 top 2021-10-15 18:05:17 +09:00
ousttrue
9980faec2a 1.0-beta 2021-10-15 17:57:28 +09:00
ousttrue
2d85419860 CreateNodes で正しく Scale を反映する 2021-10-15 14:57:29 +09:00
ousttrue
255ad03cd2 migrate_with_scaling 2021-10-15 14:55:16 +09:00
notargs
e2cc73b03c Hierarchyの構築が終わるまでVrm10Instanceの有効化を遅延させる 2021-10-14 17:31:50 +09:00
ousttrue
8001d3673e MeshUpdater 2021-10-07 17:44:39 +09:00
ousttrue
faedf96c1d Migrate(UniGLTF.GltfData data) 2021-10-07 13:59:38 +09:00
ousttrue
990b5b35b8 Vrm10Exporterを整理 2021-10-07 13:46:20 +09:00
ousttrue
bfbde174c4 mv VrmLib.SpanLike to UniGLTF.SpanLike 2021-10-06 20:44:02 +09:00
Masataka SUMI
ad39811954 VrmLib.Model の Read を非同期処理フェーズに移動 2021-09-29 13:16:10 +09:00
ousttrue
1ab5a428d5 null check and range check 2021-09-28 18:51:59 +09:00