|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractControl | |
---|---|
com.jme3.animation | The com.jme3.animation package contains various classes
for managing animation inside a jME3 application. |
com.jme3.scene.control | The com.jme3.control package provides
controls . |
com.jme3.terrain.geomipmap |
Uses of AbstractControl in com.jme3.animation |
---|
Subclasses of AbstractControl in com.jme3.animation | |
---|---|
class |
AnimControl
AnimControl is a Spatial control that allows manipulation
of skeletal animation. |
class |
SkeletonControl
The Skeleton control deforms a model according to a skeleton, It handles the computation of the deformation matrices and performs the transformations on the mesh |
Uses of AbstractControl in com.jme3.scene.control |
---|
Subclasses of AbstractControl in com.jme3.scene.control | |
---|---|
class |
BillboardControl
|
class |
CameraControl
This Control maintains a reference to a Camera, which will be synched with the position (worldTranslation) of the current spatial. |
class |
LightControl
This Control maintains a reference to a Camera, which will be synched with the position (worldTranslation) of the current spatial. |
class |
LodControl
Determines what Level of Detail a spatial should be, based on how many pixels on the screen the spatial is taking up. |
class |
UpdateControl
Allows for enqueueing tasks onto the update loop / rendering thread. |
Uses of AbstractControl in com.jme3.terrain.geomipmap |
---|
Subclasses of AbstractControl in com.jme3.terrain.geomipmap | |
---|---|
class |
MultiTerrainLodControl
An extension of the TerrainLodControl that handles multiple terrains at once. |
class |
NormalRecalcControl
Handles the normal vector updates when the terrain changes heights. |
class |
TerrainGridLodControl
Updates grid offsets and cell positions. |
class |
TerrainLodControl
Tells the terrain to update its Level of Detail. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |