Provisional working coloured lights
This commit is contained in:
+2
-2
@@ -142,12 +142,12 @@ data LightSource = LS
|
||||
, _lsPos :: !Point3
|
||||
, _lsDir :: !Float
|
||||
, _lsRad :: !Float
|
||||
, _lsIntensity :: !Float
|
||||
, _lsIntensity :: !Point3
|
||||
}
|
||||
data TempLightSource = TLS
|
||||
{ _tlsPos :: !Point3
|
||||
, _tlsRad :: !Float
|
||||
, _tlsIntensity :: !Float
|
||||
, _tlsIntensity :: !Point3
|
||||
, _tlsUpdate :: World -> TempLightSource -> (World, Maybe TempLightSource)
|
||||
}
|
||||
data Creature = Creature
|
||||
|
||||
Reference in New Issue
Block a user