Commit Graph

63 Commits

Author SHA1 Message Date
notargs
449cdf29df コメントを追加 2023-04-26 16:41:04 +09:00
notargs
6cdfc7fe86 UrpVrm10MaterialDescriptorGeneratorを更新 2023-04-26 16:38:24 +09:00
notargs
d756e3487d MToon URPの読み込み処理を追加 2023-04-26 16:24:23 +09:00
Masataka SUMI
0a7ac08dac specify a Shader instead of a string in MaterialDescriptor. 2022-12-05 17:21:20 +09:00
Masataka SUMI
2f915b4777 Take off responsibility of determining shaders from ImporterContext. 2022-12-05 16:30:43 +09:00
Masataka SUMI
62085d255a rename vrm10 material importer class names 2022-11-10 21:41:01 +09:00
Masataka SUMI
bd63c7e14f mv function of importing material name 2022-11-10 21:30:13 +09:00
Masataka SUMI
9f16a268a6 rename 2022-11-10 21:26:02 +09:00
Masataka SUMI
36e9ca8605 fix directory name cases 2022-11-04 16:28:04 +09:00
Masataka SUMI
6fe4f9ac24 stop inheritance 2022-11-04 16:11:45 +09:00
Masataka SUMI
907ecf74bd suppress unnecessary diffs 2022-11-04 16:06:33 +09:00
Masataka SUMI
28f7045418 format directory structure about VRM10 material io 2022-11-04 15:50:42 +09:00
Masataka SUMI
77272ac6e7 rename glTF material exporters 2022-11-04 15:37:52 +09:00
Masataka SUMI
326bdf9efc Merge branch 'master' of https://github.com/vrm-c/UniVRM into refactorMaterialExporter 2022-11-04 14:28:16 +09:00
Masataka SUMI
f8ac8075e7 use static getter instead of preprocessors. 2022-11-03 20:58:14 +09:00
Masataka SUMI
6446b7b0fa mv 2022-11-03 02:14:31 +09:00
Masataka SUMI
64f7c3faaf invert uv rotation direction of mtoon 1.0 2022-10-04 15:47:32 +09:00
Masataka SUMI
51f80bde73 Fix uv animation rotation direction of vrm-1.0 2022-09-26 17:34:42 +09:00
Masataka SUMI
5656214f72 Fix uv animation speed unit of vrm-1.0 2022-09-22 21:17:14 +09:00
Masataka SUMI
6f441acbfd Add implementation of matcapFactor 2022-09-21 18:12:44 +09:00
ousttrue
4a5cf395bb update SpecVersion to 1.0 2022-09-21 15:16:04 +09:00
Masataka SUMI
9640f05a70 Consider KHR_materials_emissive_strength extension while exporting mtoon materials as vrm1.0. 2022-07-12 17:20: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
notargs
1e98f065e1 Fix errors 2021-10-25 17:03:47 +09:00
notargs
700f033fd7 MaterialDescriptorをreadonly structに変更 2021-10-25 16:52:55 +09:00
ousttrue
eedf784c81 remove #if 2021-08-31 21:21:44 +09:00
ousttrue
dc58edafdd rename URP to Urp 2021-08-31 19:31:42 +09:00
ousttrue
90f49c4262 add Vrm10UrpMaterialDescriptorGenerator and VRMURPMaterialDescriptorGenerator 2021-08-31 19:30:21 +09:00
ousttrue
e9425948e5 EditorEditMode のデフォルト値を Advanced に変更 2021-08-25 16:49:42 +09:00
ousttrue
2367e9dbc9 null check
* try による握りつぶしをやめて Error は失敗させる
2021-08-24 20:19:39 +09:00
ousttrue
dd31a7d611 update schema done 2021-08-06 16:34:43 +09:00
ousttrue
cc89cb104c update JsonSchema to VRM-1.0beta 2021-08-06 16:27:50 +09:00
ousttrue
fa460f0031 JsonSchema を更新してコードを再生成した
https://github.com/vrm-c/vrm-specification/pull/296
2021-07-02 19:57:37 +09:00
Masataka SUMI
3ed5c4fe5c Rename IGltfData to GltfData 2021-06-28 00:26:54 +09:00
Masataka SUMI
e5ca1346a5 Rename GltfParser to IGltfData 2021-06-27 21:45:30 +09:00
Masataka SUMI
ba086dc0ed Don't export alpha channel if alphaMode was not opaque in vrm1.0 2021-06-24 15:27:19 +09:00
Masataka SUMI
2ad014f11c Rename 2021-06-24 15:13:05 +09:00
Masataka SUMI
fbd885c67c Export texture's alpha if only necessary. 2021-06-23 23:04:16 +09:00
Masataka SUMI
f66ef33d2d migrate mtoon texture transform correctly. 2021-06-11 21:46:01 +09:00
Masataka SUMI
2dd31517e2 use MToon10 in VRM10 import/export 2021-06-10 20:23:42 +09:00
ousttrue
098d0458a1 remove waning 2021-06-08 18:22:06 +09:00
ousttrue
20602bc805 texture が無い時(index==-1)に入れ物を作らない。KHR_materials_unlit を有効に。 2021-06-04 17:25:23 +09:00
Masataka SUMI
02e51346f4 define ITextureDeserializer 2021-05-27 18:54:27 +09:00
Masataka SUMI
c456c9ddf7 mv MaterialImporter MaterialDescriptorGenerator 2021-05-27 16:00:16 +09:00
Masataka SUMI
8cba3ba71a mv MaterialImportParam MaterialDescriptor 2021-05-27 15:56:51 +09:00
Masataka SUMI
b549f54a13 define TextureSet 2021-05-27 15:12:49 +09:00