Skip to content

Commit

Permalink
Changes poisson disc to centered random. (#8257)
Browse files Browse the repository at this point in the history
It looks nicer and distributes more realistically. I don't know what I was thinking when I first put in poisson disc.
  • Loading branch information
LorenLuke authored May 20, 2021
1 parent 99bfef1 commit 750030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/aircraft/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class CfgAmmo {
class ACE_Gatling_30mm_Sub_HEI: SubmunitionBullet {
submunitionAmmo = "Gatling_30mm_HE_Plane_CAS_01_F";
weaponType = "cannon";
submunitionConeType[] = {"poissondisccenter", 3};
submunitionConeType[] = {"randomcenter", 3};
submunitionConeAngle = 0.056; // in degrees, 0.055 ~= 0.001 mils minute, but present
model = "\A3\Weapons_f\Data\bullettracer\tracer_red.p3d";
triggerTime = 0.005;
Expand Down

0 comments on commit 750030c

Please sign in to comment.