gltf-codec-0.1.0.4: glTF scene loader
Safe HaskellNone
LanguageHaskell2010

Codec.GlTF.Skin

Synopsis

Documentation

newtype SkinIx Source #

Constructors

SkinIx 

Fields

Instances

Instances details
Eq SkinIx Source # 
Instance details

Defined in Codec.GlTF.Node

Methods

(==) :: SkinIx -> SkinIx -> Bool #

(/=) :: SkinIx -> SkinIx -> Bool #

Ord SkinIx Source # 
Instance details

Defined in Codec.GlTF.Node

Show SkinIx Source # 
Instance details

Defined in Codec.GlTF.Node

Generic SkinIx Source # 
Instance details

Defined in Codec.GlTF.Node

Associated Types

type Rep SkinIx :: Type -> Type #

Methods

from :: SkinIx -> Rep SkinIx x #

to :: Rep SkinIx x -> SkinIx #

ToJSON SkinIx Source # 
Instance details

Defined in Codec.GlTF.Node

FromJSON SkinIx Source # 
Instance details

Defined in Codec.GlTF.Node

type Rep SkinIx Source # 
Instance details

Defined in Codec.GlTF.Node

type Rep SkinIx = D1 ('MetaData "SkinIx" "Codec.GlTF.Node" "gltf-codec-0.1.0.4-4VoQsGaCivs2IcxkZWD1XT" 'True) (C1 ('MetaCons "SkinIx" 'PrefixI 'True) (S1 ('MetaSel ('Just "unSkinIx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))

data Skin Source #

Joints and matrices defining a skin.

Constructors

Skin 

Fields

Instances

Instances details
Eq Skin Source # 
Instance details

Defined in Codec.GlTF.Node

Methods

(==) :: Skin -> Skin -> Bool #

(/=) :: Skin -> Skin -> Bool #

Show Skin Source # 
Instance details

Defined in Codec.GlTF.Node

Methods

showsPrec :: Int -> Skin -> ShowS #

show :: Skin -> String #

showList :: [Skin] -> ShowS #

Generic Skin Source # 
Instance details

Defined in Codec.GlTF.Node

Associated Types

type Rep Skin :: Type -> Type #

Methods

from :: Skin -> Rep Skin x #

to :: Rep Skin x -> Skin #

ToJSON Skin Source # 
Instance details

Defined in Codec.GlTF.Node

FromJSON Skin Source # 
Instance details

Defined in Codec.GlTF.Node

type Rep Skin Source # 
Instance details

Defined in Codec.GlTF.Node