Work on orienting and drawing attachments
This commit is contained in:
@@ -44,7 +44,7 @@ type ComposedItem = (Item, ItemStructuralFunction)
|
||||
|
||||
data ItemLink = ILink
|
||||
{ _iatType :: ComposeLinkType
|
||||
, _iatOrient :: Item -> Item -> Maybe (Point3, Quaternion Float)
|
||||
, _iatOrient :: Item -> ComposeLinkType -> Item -> Maybe (Point3, Quaternion Float)
|
||||
}
|
||||
|
||||
data LinkTest lt = LTest
|
||||
|
||||
@@ -62,7 +62,7 @@ data ItemUse
|
||||
AttachUse
|
||||
{_atLinkedProjectile :: Maybe Int}
|
||||
| -- {_attachParams :: AttachParams}
|
||||
AmmoMagUse
|
||||
UseAmmoMag
|
||||
{ _amagLoadStatus :: ReloadStatus
|
||||
, _amagParams :: AmmoParams
|
||||
, _amagType :: AmmoType
|
||||
|
||||
Reference in New Issue
Block a user