Cleanup. Start tweaking flares, glares and flashes
This commit is contained in:
@@ -8,10 +8,7 @@ module Shape.Data
|
||||
import Geometry.Data
|
||||
|
||||
import Control.Lens
|
||||
--import qualified Data.DList as DL
|
||||
|
||||
type Shape = [ShapeObj]
|
||||
|
||||
_shVertices :: Shape -> [ShapeV]
|
||||
{-# INLINE _shVertices #-}
|
||||
_shVertices = concatMap _shVs
|
||||
@@ -43,5 +40,4 @@ data ShapeV = ShapeV
|
||||
pairToSV :: (Point3,Point4) -> ShapeV
|
||||
{-# INLINE pairToSV #-}
|
||||
pairToSV = uncurry ShapeV
|
||||
|
||||
makeLenses ''ShapeV
|
||||
|
||||
Reference in New Issue
Block a user