2 lines
94 B
HLSL
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; |