diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
commit | eb84bb298d2b95aec7b2ae12cbf25ac64f25379a (patch) | |
tree | efd616a157df06ab661c6d56651853431ac6b08b /VRCSDK3AvatarsQuest/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc | |
download | unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.gz unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.bz2 unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.zip |
move to self host
Diffstat (limited to 'VRCSDK3AvatarsQuest/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc')
-rw-r--r-- | VRCSDK3AvatarsQuest/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/VRCSDK3AvatarsQuest/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc b/VRCSDK3AvatarsQuest/Assets/Resources/RalivDynamicPenetrationSystem/Plugins/RalivDPS_Defines.cginc new file mode 100644 index 00000000..cdf84b26 --- /dev/null +++ b/VRCSDK3AvatarsQuest/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 |