Added 3D models

This commit is contained in:
Matthias Schiffer 2010-04-12 02:47:09 +02:00
parent 4ecea2f9dc
commit a4f2d991da
7 changed files with 2062 additions and 18 deletions

8
src/Model.hs Normal file
View file

@ -0,0 +1,8 @@
module Model ( Model(..)
, InterleavedObj
) where
import Data.Obj3D.GL (InterleavedObj)
data Model = ModelTank
deriving (Eq, Ord, Show)