This commit is contained in:
Yann Esposito (Yogsototh) 2012-05-22 22:40:44 +02:00
parent 4fc6041cbf
commit 7cd0311be3

View file

@ -20,11 +20,11 @@ module YGL (
, Function3D
-- Your world state must be an instance
-- of the DisplayableWorld type class
, DisplayableWorld (camera,lights,objects)
, DisplayableWorld (..)
-- Datas related to DisplayableWorld
, Camera (Camera,camPos,camDir,camZoom)
, YObject (XYFunc, XYSymFunc, Tri)
, Box3D (Box3D, minPoint, maxPoint, resolution)
, Camera (..)
, YObject (..)
, Box3D (..)
-- Datas related to user Input
, InputMap
, UserInput (Press,Ctrl,Alt,CtrlAlt)