Separate Clouds and Dust
This commit is contained in:
@@ -12,7 +12,7 @@ muchWlDustAt wl p = flip (foldl' f) [10, 20 .. 100]
|
||||
where
|
||||
f w h =
|
||||
w
|
||||
& makeCloudAt (Dust (_wlMaterial wl)) 200 (addZ h (p +.+ off))
|
||||
& makeDustAt (_wlMaterial wl) 200 (addZ h (p +.+ off))
|
||||
& randGen .~ g
|
||||
where
|
||||
(off, g) = runState (randInCirc 1) (_randGen w)
|
||||
|
||||
Reference in New Issue
Block a user