diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-27 16:07:17 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-27 16:07:17 +1100 |
commit | f08ffe2162f9c3298f04174de7303bcbcdaf2a01 (patch) | |
tree | 2a13b67ffdeef540dcbd387b6848b561728ef466 /source/base/StarCellularLightArray.hpp | |
parent | b50244ade5415f9f84db9d54995faacffe6fd691 (diff) | |
parent | 888cde79ef8f6d1b008e86207b41e1fd686c7636 (diff) |
Merge branch 'light-test'
Diffstat (limited to 'source/base/StarCellularLightArray.hpp')
-rw-r--r-- | source/base/StarCellularLightArray.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/base/StarCellularLightArray.hpp b/source/base/StarCellularLightArray.hpp index 225d42b..587ae1f 100644 --- a/source/base/StarCellularLightArray.hpp +++ b/source/base/StarCellularLightArray.hpp @@ -56,6 +56,7 @@ public: float beam; float beamAngle; float beamAmbience; + bool asSpread; }; void setParameters(unsigned spreadPasses, float spreadMaxAir, float spreadMaxObstacle, |