Package gaiasky.scene.component
Class ParentOrientation
java.lang.Object
gaiasky.scene.component.Orientation
gaiasky.scene.component.ParentOrientation
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
,ICopy
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.math.Matrix4
boolean
Fields inherited from class gaiasky.scene.component.Orientation
attitudeComponent, rotationComponent
-
Constructor Summary
-
Method Summary
Methods inherited from class gaiasky.scene.component.Orientation
getCopy, getNonRotatedPos, initialize, setAttitudeLocation, setAttitudeProvider, setOrientationProvider, setOrientationSource, setProvider, setRigidRotation, setRotation, setUp, updateRigidRotation, updateRotation
-
Field Details
-
parentOrientation
public boolean parentOrientation -
orientationf
public com.badlogic.gdx.math.Matrix4 orientationf
-
-
Constructor Details
-
ParentOrientation
public ParentOrientation()
-