From e114024b8123bf035ee5a3a65a1cbb213d714494 Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Tue, 28 Aug 2012 22:09:36 +0200 Subject: Added model boxes. + Added modelBoxes function. + Added boxes to model resources. - AnimatedModelResource no longer updatable. + Added update function to AnimatedModel. --- Spear.cabal | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'Spear.cabal') diff --git a/Spear.cabal b/Spear.cabal index ffe11dc..254f181 100644 --- a/Spear.cabal +++ b/Spear.cabal @@ -16,24 +16,25 @@ library StateVar -any, base -any, bytestring -any, directory -any, mtl -any, transformers -any, resourcet -any, parsec >=3.1.3, containers -any, vector -any, array -any - exposed-modules: Spear.Math.QuadTree Spear.Physics.Types Spear.App - Spear.App.Application Spear.App.Input Spear.Assets.Image - Spear.Assets.Model Spear.Collision Spear.Math.AABB - Spear.Collision.Collision Spear.Collision.Collisioner - Spear.Math.Circle Spear.Math.Triangle Spear.Collision.Types - Spear.Game Spear.GLSL Spear.GLSL.Buffer Spear.GLSL.Error - Spear.GLSL.Management Spear.GLSL.Texture Spear.GLSL.Uniform - Spear.GLSL.VAO Spear.Math.Camera Spear.Math.Entity - Spear.Math.Matrix3 Spear.Math.Matrix4 Spear.Math.MatrixUtils - Spear.Math.Plane Spear.Math.Quaternion Spear.Math.Spatial - Spear.Math.Vector3 Spear.Math.Vector4 Spear.Physics - Spear.Physics.Rigid Spear.Render.AnimatedModel + exposed-modules: Spear.Scene.GameObject Spear.Math.QuadTree + Spear.Physics.Types Spear.App Spear.App.Application Spear.App.Input + Spear.Assets.Image Spear.Assets.Model Spear.Collision + Spear.Math.AABB Spear.Collision.Collision + Spear.Collision.Collisioner Spear.Math.Circle Spear.Math.Triangle + Spear.Collision.Types Spear.Game Spear.GLSL Spear.GLSL.Buffer + Spear.GLSL.Error Spear.GLSL.Management Spear.GLSL.Texture + Spear.GLSL.Uniform Spear.GLSL.VAO Spear.Math.Camera + Spear.Math.Entity Spear.Math.Matrix3 Spear.Math.Matrix4 + Spear.Math.MatrixUtils Spear.Math.Plane Spear.Math.Quaternion + Spear.Math.Spatial Spear.Math.Vector3 Spear.Math.Vector4 + Spear.Physics Spear.Physics.Rigid Spear.Render.AnimatedModel Spear.Render.Material Spear.Render.Model Spear.Render.Program Spear.Render.Renderable Spear.Render.StaticModel Spear.Render.Texture Spear.Scene.Graph Spear.Scene.Light Spear.Scene.Loader Spear.Scene.Scene Spear.Scene.SceneResources Spear.Setup Spear.Sys.Timer Spear.Sys.Store Spear.Sys.Store.ID - Spear.Updatable Spear.Math.Vector2 + Spear.Updatable Spear.Math.Vector2 Spear.Math.Quad Spear.Math.Ray + Spear.Math.Segment Spear.Math.Utils exposed: True buildable: True build-tools: hsc2hs -any @@ -56,4 +57,4 @@ library Spear/Sys hs-source-dirs: . ghc-options: -O2 -rtsopts - + \ No newline at end of file -- cgit v1.2.3