Commit Graph

78 Commits

Author SHA1 Message Date
Masataka SUMI
a1249a7937
remove debug log 2024-11-07 22:24:08 +09:00
Masataka SUMI
cce076d324
Impl VRM10 material exporter in URP 2024-11-07 22:21:55 +09:00
ousttrue
5d3c66513c mesh export 時の byteLength 確認テスト。
#2413
2024-08-26 20:41:06 +09:00
Masataka SUMI
8bffa2f571
remember instance assigning 2024-08-02 18:37:26 +09:00
Masataka SUMI
67e008a984 Refactor BuiltIn MaterialDescriptorGenerator 2024-08-02 01:23:01 +09:00
Masataka SUMI
9667f2cfb8 Implements UrpGltfDefaultMaterialImporter 2024-08-02 01:19:50 +09:00
Masataka SUMI
6dba5bdf71 VRM10 ScriptedImporter can detect project's RenderPipeline or select manually. 2024-07-30 23:12:02 +09:00
Masataka SUMI
23f387a7c8 add RenderPipeline considering to gltf/vrm/vrm10 exporters 2024-07-29 22:28:35 +09:00
Masataka SUMI
f5d40b4d85 Refactor about detecting the RenderPipeline 2024-07-29 21:59:14 +09:00
Masataka SUMI
2778a696f1 remove unused usings 2024-07-23 20:02:47 +09:00
Masataka SUMI
47681f7677 Merge branch 'master' of https://github.com/vrm-c/UniVRM into disassemblyVrmShaders6 2024-07-23 20:00:33 +09:00
Masataka SUMI
e9da5e2b7b mv VRMShaders namespace to UniGLTF 2024-07-20 23:47:45 +09:00
Masataka SUMI
8a7d0a82f3 mv namespace from VRMShaders.VRM10.MToon10 to VRM10.MToon10 2024-07-18 23:24:50 +09:00
Masataka SUMI
9ce2304a53 If MaterialDescriptorGenerator is not specified, automatically determine it. 2024-04-30 16:35:48 +09:00
thoxey
88588bf111 Adds a new trio of utility classes
These allow for the creation of materialdescriptorgenerators that use the current render pipeline
2023-07-25 12:23:25 +01:00
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