Remove default light sources
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
module Dodge.Default.LightSource
|
||||
( defaultLS
|
||||
) where
|
||||
|
||||
import Dodge.Data.LightSource
|
||||
import Geometry
|
||||
|
||||
defaultLS :: LightSource
|
||||
defaultLS =
|
||||
LS
|
||||
{ _lsID = 0
|
||||
, _lsParam =
|
||||
LSParam
|
||||
{ _lsPos = V3 0 0 50
|
||||
, _lsRad = 200
|
||||
, _lsCol = 0.6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user