Tweak rockets, smoke
This commit is contained in:
@@ -47,7 +47,9 @@ drawFlamelet pt =
|
||||
(fromIntegral (max 0 (time -2)))
|
||||
(10 - fromIntegral time)
|
||||
(V4 2 0 0 1)
|
||||
(V4 2 0 0 0)
|
||||
(V4 2 0 0 1)
|
||||
--(V4 2 0 0 1)
|
||||
--(V4 2 0 0 0)
|
||||
)
|
||||
. rotate (negate (rot - 0.1 * fromIntegral time))
|
||||
. scale s1 s1
|
||||
@@ -60,8 +62,10 @@ drawFlamelet pt =
|
||||
( mixColors
|
||||
(fromIntegral (max 0 (time -2)))
|
||||
(10 - fromIntegral time)
|
||||
(V4 2 1 0 0.5)
|
||||
(V4 0 0 0 0)
|
||||
(V4 2 1 0 1)
|
||||
(V4 0 0 0 1)
|
||||
--(V4 2 1 0 0.5)
|
||||
--(V4 0 0 0 0)
|
||||
)
|
||||
. rotate (negate (rot + 0.2 * fromIntegral time))
|
||||
. scale s2 s2
|
||||
|
||||
Reference in New Issue
Block a user