Files
2026-07-13 13:13:17 +08:00

2 lines
94 B
HLSL

p.position += float3(0, sin(10*f + Center.x) * Center.y , 0);
p.w = p.w * A + Center.z * 1;