Added 3D models
This commit is contained in:
parent
4ecea2f9dc
commit
a4f2d991da
7 changed files with 2062 additions and 18 deletions
8
src/Model.hs
Normal file
8
src/Model.hs
Normal file
|
@ -0,0 +1,8 @@
|
|||
module Model ( Model(..)
|
||||
, InterleavedObj
|
||||
) where
|
||||
|
||||
import Data.Obj3D.GL (InterleavedObj)
|
||||
|
||||
data Model = ModelTank
|
||||
deriving (Eq, Ord, Show)
|
Reference in a new issue