littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
AnimationNode
Animation
Node
interface
AnimationNode
Functions
Properties
Inheritors
Functions
apply
Transform
Link copied to clipboard
abstract
fun
applyTransform
(
)
apply
Transform
Weighted
Link copied to clipboard
abstract
fun
applyTransformWeighted
(
weight
:
Float
,
firstWeightedTransform
:
Boolean
)
init
Transform
Link copied to clipboard
open
fun
initTransform
(
)
set
Rotation
Link copied to clipboard
open
fun
setRotation
(
rotation
:
Vec4f
)
set
Scale
Link copied to clipboard
open
fun
setScale
(
scale
:
Vec3f
)
set
Translation
Link copied to clipboard
open
fun
setTranslation
(
translation
:
Vec3f
)
set
Weights
Link copied to clipboard
open
fun
setWeights
(
weights
:
FloatArray
)
Properties
name
Link copied to clipboard
abstract
val
name
:
String
?
Inheritors
AnimatedTransformGroup
Link copied to clipboard
MorphAnimatedMesh
Link copied to clipboard