Separate out concrete part of world
This commit is contained in:
@@ -25,7 +25,7 @@ makeCloudAt
|
||||
-> Point3 -- start position
|
||||
-> World
|
||||
-> World
|
||||
makeCloudAt drawFunc rad t alt p = clouds .:~ Cloud
|
||||
makeCloudAt drawFunc rad t alt p = cWorld . clouds .:~ Cloud
|
||||
--makeCloudAt drawFunc rad t alt p = clouds %~ S.cons Cloud
|
||||
{ _clPos = p
|
||||
, _clVel = V3 0 0 0
|
||||
|
||||
Reference in New Issue
Block a user