summaryrefslogtreecommitdiff
path: root/VRCSDK3Avatars/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-27 00:56:58 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-27 00:58:02 -0500
commit799e6680d40119dc9c2a9e0b320054a40324bebe (patch)
treedbcd308d59eb6e4f937a5547dd77d9f91d4fec20 /VRCSDK3Avatars/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc
parentmove to self host (diff)
downloadunityprojects-799e6680d40119dc9c2a9e0b320054a40324bebe.tar.gz
unityprojects-799e6680d40119dc9c2a9e0b320054a40324bebe.tar.bz2
unityprojects-799e6680d40119dc9c2a9e0b320054a40324bebe.zip
VRCSDK3Avatars found!
Diffstat (limited to 'VRCSDK3Avatars/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc')
-rw-r--r--VRCSDK3Avatars/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc24
1 files changed, 24 insertions, 0 deletions
diff --git a/VRCSDK3Avatars/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc b/VRCSDK3Avatars/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc
new file mode 100644
index 00000000..cdf84b26
--- /dev/null
+++ b/VRCSDK3Avatars/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc
@@ -0,0 +1,24 @@
+#ifdef RALIV_PENETRATOR
+ uniform float _SqueezeDist;
+ uniform float _Length;
+ uniform float _Wriggle;
+ uniform float _BulgePower;
+ uniform float _BulgeOffset;
+ uniform float _WriggleSpeed;
+ uniform float _ReCurvature;
+ uniform float _Curvature;
+ uniform float _Squeeze;
+ uniform float _EntranceStiffness;
+#endif
+#ifdef RALIV_ORIFICE
+ uniform sampler2D _OrificeData;
+ uniform float _EntryOpenDuration;
+ uniform float _Shape1Depth;
+ uniform float _Shape1Duration;
+ uniform float _Shape2Depth;
+ uniform float _Shape2Duration;
+ uniform float _Shape3Depth;
+ uniform float _Shape3Duration;
+ uniform float _BlendshapePower;
+ uniform float _BlendshapeBadScaleFix;
+#endif \ No newline at end of file