



Moderator: Moderators
Which colors? Teeeeellllll meeeeeeee.Beherith wrote:Its arghs rain, using some custom colors, and thats it.
Code: Select all
local particleType = 1 -- 1 for rain, 2 for snow, 3 for clouds (when they finally work)
local particleDensity = 50 * 1024 -- how many particles? Limit for performance!
--Rain Color Control
local function ColorFunc()
local rainColorR = 0.2
local rainColorG = math.random(2,5)/10
local rainColorB = 0.5
local rainAlpha = 0.3
return rainColorR,rainColorG,rainColorB,rainAlpha
end
preferably with support for wind-blown rain, yes.Argh wrote:So, I need to write a new rain app, eh?
What do you mean? Current rain is awesome!Argh wrote:So, I need to write a new rain app, eh?