summaryrefslogtreecommitdiff
path: root/themes/Snowflake.h
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-12-08 09:08:24 -0500
committermattkae <mattkae@protonmail.com>2022-12-08 09:08:24 -0500
commite8504a410ae7aaabcfb63d72681537c854d34e02 (patch)
tree07c835eda3485e1e32ef5a3f3f76ef186ebf128c /themes/Snowflake.h
parentd21ef9bf29465db18dce1ee6d4fcbdece655ba87 (diff)
WIP
Diffstat (limited to 'themes/Snowflake.h')
-rw-r--r--themes/Snowflake.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/Snowflake.h b/themes/Snowflake.h
index 248034c..ae0c82f 100644
--- a/themes/Snowflake.h
+++ b/themes/Snowflake.h
@@ -7,7 +7,6 @@ struct Vertex2D;
struct SnowflakeLoadParameters {
i32 maxSnowflakes = 1000;
- i32 initialSnowflakeCount = 100;
f32 rateOfSnowfall = 0.1f;
Vector2 flakeV0 = { 0, 1 };
f32 flakeSize = 5.f;
@@ -34,8 +33,6 @@ struct SnowflakeParticleRenderer {
f32 yMax = 0;
f32 spawnIntervalSeconds = 0.3;
f32 windIntervalSeconds = 1.5;
- i32 startIndex = 0;
- i32 endIndex = 0;
i32 numSnowflakes = 0;
Vector2 windSpeed;
SnowflakeUpdateData* updateData;