Just announcing the
PopcornFX Answer Hub now available for any questions about PopcornFX (Editor, UE4 Plugin, Runtime etc ...).
PopcornFX Answer Hub now available for any questions about PopcornFX (Editor, UE4 Plugin, Runtime etc ...).
Velocity = float3(rand(-1,1), 0, rand(-1,1)) * Scale;
Velocity = float3(rand(-1,1), rand(-1,1), 0) * Scale;
Velocity = float3suf(rand(-1,1), 0, rand(-1,1)) * Scale;
Comment