littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
Skin
Skin
class
Skin
Types
Constructors
Functions
Properties
Constructors
Skin
Link copied to clipboard
fun
Skin
(
)
Types
Skin
Node
Link copied to clipboard
class
SkinNode
(
val
joint
:
Node3D
,
val
inverseBindMatrix
:
Mat4
)
Functions
print
Hierarchy
Link copied to clipboard
fun
printHierarchy
(
)
update
Joint
Transforms
Link copied to clipboard
fun
updateJointTransforms
(
)
Properties
nodes
Link copied to clipboard
val
nodes
:
MutableList
<
Skin.SkinNode
>