Tweak drawing parameters
This commit is contained in:
@@ -33,12 +33,8 @@ lamp = defaultInanimate
|
||||
}
|
||||
lampPic :: Picture
|
||||
lampPic = pictures
|
||||
[ setDepth 0 $ color white $ p
|
||||
, setDepth (negate 0.1) $ color yellow $ p
|
||||
, setDepth (negate 0.5) $ color green $ p
|
||||
, setDepth (negate 0.4) $ color red $ p
|
||||
, setDepth (negate 0.2) $ color blue $ p
|
||||
, setDepth (negate 1) $ color white $ p
|
||||
[ setDepth (0.09) $ color white $ p
|
||||
, setDepth (0) $ color yellow $ p
|
||||
]
|
||||
where
|
||||
p = pictures [circleSolid 3, polygon $ rectNSEW 5 0 5 0]
|
||||
|
||||
Reference in New Issue
Block a user