Commit Graph

3403 Commits

Author SHA1 Message Date
ousttrue
1dfa3cd9bc glTF 形式の uri アクセスをキャッシュ(たぶん、0.87以前の動作)。
一部のモデルで File.ReadAllBytes(もしくはzip decode) の多発で低速化する。

* glb(vrm)には影響しない
* buffer.uri が "data:" でないときもキャッシュする
* buffers[0] を glb bin chunk と見做す判定を修正
2021-11-08 15:44:53 +09:00
ousttrue
9de3db5a07
Merge pull request #1358 from ousttrue/doc/download_page
download button
2021-11-04 15:10:04 +09:00
ousttrue
0dd7222811 Release へのリンク 2021-11-04 14:58:45 +09:00
ousttrue
e763401b5e
Merge pull request #1356 from ousttrue/fix10/firstperson_import_fallback
[1.0] Fix10/firstperson import fallback
2021-11-01 18:59:37 +09:00
ousttrue
cad9bf739e v0.88.1 2021-11-01 18:50:35 +09:00
ousttrue
bbc3db8967 設定が無い時にデフォルト値を作る 2021-11-01 18:49:24 +09:00
PoChang007
b1c5b876fc
Merge pull request #1355 from ousttrue/doc/fix_v0_88_0
Doc/fix v0 88 0
2021-10-29 16:48:51 +09:00
ousttrue
db2e954424 update po 2021-10-29 16:47:45 +09:00
ousttrue
f923280a4b update po 2021-10-29 16:42:57 +09:00
ousttrue
e569bce805 Release note 追記 2021-10-29 16:41:04 +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
ousttrue
45d16b6772
Merge pull request #1348 from 0b5vr/mtoon-spec-version
fix (VRM1.0, MToon): change export spec version to 1.0-beta
2021-10-29 12:56:26 +09:00
ousttrue
1d7898a04f
Merge pull request #1353 from Santarh/migrateMaterials
Migrate legacy Unlit shaders
2021-10-29 12:47:35 +09:00
Masataka SUMI
3e6abc9e5e comment 2021-10-29 00:49:46 +09:00
Masataka SUMI
100333d3c4 RenderQueue が default 値の場合を考慮 2021-10-29 00:06:43 +09:00
Masataka SUMI
2bfe585c38 mv 2021-10-28 23:58:21 +09:00
Masataka SUMI
b1710eb5d1 make internal 2021-10-28 23:57:11 +09:00
Masataka SUMI
a43ba0176f comment 2021-10-28 23:56:15 +09:00
Masataka SUMI
07967a0acd comment 2021-10-28 23:54:54 +09:00
Masataka SUMI
bd4df41789 try の範囲を狭める 2021-10-28 23:45:28 +09:00
Masataka SUMI
3dcc802285 Consider RenderQueue in migration UnlitTransparentZWrite 2021-10-28 23:37:29 +09:00
Masataka SUMI
9d6831f85f Give spec version in migratin MTOon 2021-10-28 23:01:40 +09:00
Masataka SUMI
45565eb61d Migrate UnlitTranpsarentZWrite 2021-10-28 23:00:43 +09:00
Masataka SUMI
f73a8233b2 migration uv offset scale when legacy unlit material. 2021-10-28 22:38:49 +09:00
Masataka SUMI
2d1921c1f3 Disable vertex color when use legacy unlit. 2021-10-28 22:06:50 +09:00
Masataka SUMI
6c87e1d8d1 follow material name in migration unlit 2021-10-28 21:51:44 +09:00
Masataka SUMI
75619bd5b2 refactoring 2021-10-28 21:40:15 +09:00
Masataka SUMI
7ee1555ad6 Migrate old unlit materials. 2021-10-28 21:40:05 +09:00
Masataka SUMI
7df789afde Divide & Refactoring classes in migration MToon. 2021-10-28 21:28:09 +09:00
PoChang007
e3d7062421
Merge pull request #1351 from ousttrue/docs/release_v0_88_0
Docs/release v0 88 0
2021-10-28 18:42:14 +09:00
ousttrue
0f6eb1a0df mtoon settings as unlit 2021-10-28 18:22:45 +09:00
ousttrue
f906da539b fix 2021-10-28 18:16:17 +09:00
ousttrue
7df0371c99 UnlitTransparentZWrite について 2021-10-28 18:04:37 +09:00
ousttrue
79f93dc914 release note 2021-10-28 17:23:59 +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
48082bb7b7
Merge pull request #1347 from ousttrue/fix10/update_uvbindings
[1.0] Expression UV Binding の挙動
2021-10-28 16:43:10 +09:00
ousttrue
674b9fe859 MaterialUVBindings の対象をテクスチャー 2021-10-28 15:51:05 +09:00
ousttrue
c827c7c7f0
Merge pull request #1346 from ousttrue/fix10/fix_expression_migration
Fix10/fix expression migration
2021-10-28 15:14:09 +09:00
ousttrue
3ba9d1cc7c Func<int, int> to delegage int MeshIndexToNodeIndexFunc(int meshIndex) 2021-10-28 14:58:03 +09:00
PoChang007
81e65cc10e
Merge pull request #1345 from ousttrue/version/v0_88_0
UniVRM-0.88.0
2021-10-27 23:10:53 +09:00
ousttrue
bfb4e74489 fix test 2021-10-27 22:05:30 +09:00
ousttrue
71f1eb32b0 代入漏れの修正 2021-10-27 22:02:32 +09:00
ousttrue
744221f847 Add MigrationVrmExpression.Check 2021-10-27 22:00:31 +09:00
ousttrue
bf47f5255e
Merge pull request #1344 from ousttrue/fix10/license_url
[1.0] const LICENSE_URL_JA
2021-10-27 21:08:10 +09:00
ousttrue
efbe717282 UniVRM-0.88.0 2021-10-27 21:07:25 +09:00
ousttrue
806ae8d060 const LICENSE_URL_JA 2021-10-27 21:02:08 +09:00
ousttrue
87927e48fc
Merge pull request #1343 from ousttrue/fix/data_uri_handling
bufferView の data uri を実装
2021-10-27 20:43:04 +09:00