diff options
Diffstat (limited to 'shatter_wave.cginc')
| -rw-r--r-- | shatter_wave.cginc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shatter_wave.cginc b/shatter_wave.cginc index d65741f..24afb27 100644 --- a/shatter_wave.cginc +++ b/shatter_wave.cginc @@ -97,10 +97,6 @@ void shatterWaveVert(inout float3 objPos, float3 objNormal, float3 objTangent) { objPos += objNormal * (offset.x + offset.y + offset.z + offset.w);
}
-void shatterWaveFrag(inout float3 normal, float3 objPos) {
- normal = normalize(cross(ddy(objPos), ddx(objPos)));
-}
-
#endif // _SHATTER_WAVE
#endif // __SHATTER_WAVE_INC
|
