From e8504a410ae7aaabcfb63d72681537c854d34e02 Mon Sep 17 00:00:00 2001 From: mattkae Date: Thu, 8 Dec 2022 09:08:24 -0500 Subject: WIP --- themes/Snowflake.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'themes/Snowflake.h') 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; -- cgit v1.2.1