From ba11c1f9a934ebb59d56348b78ac0bd687135585 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 7 Dec 2022 02:02:12 -0500 Subject: isolate graph functions --- Assets/Point URP.shadergraph | 133 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 131 insertions(+), 2 deletions(-) (limited to 'Assets/Point URP.shadergraph') diff --git a/Assets/Point URP.shadergraph b/Assets/Point URP.shadergraph index a100837..c0fc845 100644 --- a/Assets/Point URP.shadergraph +++ b/Assets/Point URP.shadergraph @@ -59,6 +59,9 @@ }, { "m_Id": "59ed6d217c714d9dbd4545bc6c0cdfd1" + }, + { + "m_Id": "51e08799760f4c19a36812a1d7291a64" } ], "m_GroupDatas": [], @@ -71,6 +74,20 @@ }, "m_SlotId": 0 }, + "m_InputSlot": { + "m_Node": { + "m_Id": "51e08799760f4c19a36812a1d7291a64" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "51e08799760f4c19a36812a1d7291a64" + }, + "m_SlotId": 2 + }, "m_InputSlot": { "m_Node": { "m_Id": "5e32574aed6a44ad9d7cf4982c06a98d" @@ -345,6 +362,30 @@ "m_SerializedDescriptor": "SurfaceDescription.NormalTS" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "20ae198dedc24f188a1d8f6d4b734412", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", @@ -483,8 +524,8 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1705.0, - "y": 31.999940872192384, + "x": -2088.0, + "y": 32.0, "width": 208.0, "height": 315.0 } @@ -573,6 +614,46 @@ "m_SerializedDescriptor": "SurfaceDescription.Smoothness" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ModuloNode", + "m_ObjectId": "51e08799760f4c19a36812a1d7291a64", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Modulo", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1687.0, + "y": 32.0, + "width": 208.0, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "20ae198dedc24f188a1d8f6d4b734412" + }, + { + "m_Id": "d41377341799452ca2e6d47c57c5151c" + }, + { + "m_Id": "697562210b0544a59d24e7d57bfbfab6" + } + ], + "synonyms": [ + "fmod" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.PropertyNode", @@ -748,6 +829,30 @@ "m_Space": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "697562210b0544a59d24e7d57bfbfab6", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.AddNode", @@ -1196,6 +1301,30 @@ "m_SerializedDescriptor": "SurfaceDescription.Metallic" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d41377341799452ca2e6d47c57c5151c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 5.0, + "y": 5.0, + "z": 5.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.BlockNode", -- cgit v1.2.3