Class KeyframesPathObject
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.scenegraph.SceneGraphNode
-
- gaia.cu9.ari.gaiaorbit.scenegraph.AbstractPositionEntity
-
- gaia.cu9.ari.gaiaorbit.scenegraph.VertsObject
-
- gaia.cu9.ari.gaiaorbit.scenegraph.KeyframesPathObject
-
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,I3DTextRenderable
,IGPUVertsRenderable
,ILineRenderable
,IPointRenderable
,IRenderable
,IStarContainer
,IPosition
public class KeyframesPathObject extends VertsObject implements I3DTextRenderable, ILineRenderable, IPointRenderable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gaia.cu9.ari.gaiaorbit.scenegraph.SceneGraphNode
SceneGraphNode.RenderGroup, SceneGraphNode.TLV3, SceneGraphNode.TLV3D
-
-
Field Summary
Fields Modifier and Type Field Description Keyframe
highlighted
Highlighted keyframeVertsObject
highlightedKnot
Highlighted knotcom.badlogic.gdx.utils.Array<Keyframe>
keyframes
Keyframe objectsVertsObject
knots
The knots, or keyframe positionsVertsObject
knotsSeam
Knots which are also seamscom.badlogic.gdx.utils.Array<VertsObject>
orientations
Contains pairs of {direction, up} representing the orientation at each knotVertsObject
path
The actual pathVertsObject
segments
The segments joining the knotsKeyframe
selected
Selected keyframeVertsObject
selectedKnot
Selected knot-
Fields inherited from class gaia.cu9.ari.gaiaorbit.scenegraph.VertsObject
blend, closedLoop, count, depth, inGpu, offset, pointCloudData, primitiveSize, renderGroup
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.scenegraph.AbstractPositionEntity
cc, coordinates, copy, distToCamera, octant, octantId, pos, posSph, size, viewAngle, viewAngleApparent
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.scenegraph.SceneGraphNode
aux3d1, aux3d2, aux3d3, aux3d4, aux3f1, aux3f2, aux3f3, aux3f4, children, computed, ct, id, localTransform, name, namekey, numChildren, opacity, orientation, parent, parentkey, parentName, ROOT_NAME, sg, translation
-
-
Constructor Summary
Constructors Constructor Description KeyframesPathObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addKnot(Vector3d knot, Vector3d dir, Vector3d up, boolean seam)
protected void
addToRenderLists(ICamera camera)
Adds this entity to the necessary render lists after the distance to the camera and the view angle have been determined.protected boolean
checkClickDistance(int screenX, int screenY, com.badlogic.gdx.math.Vector3 pos, NaturalCamera camera, com.badlogic.gdx.graphics.PerspectiveCamera pcamera, double pixelSize)
void
clear()
Clears the data from this object, both in RAM and VRAMvoid
clearOrientations()
int
getGlType()
float
getLineWidth()
java.lang.String
getText(Keyframe kf)
float
getTextOpacity()
Gets the text opacityvoid
getTextPosition(ICamera cam, Vector3d out, Keyframe kf)
void
highlight(Keyframe kf)
void
initialize()
boolean
isEmpty()
boolean
isLabel()
Is it a label or another kind of text?boolean
isSelected()
boolean
moveSelection(int screenX, int screenY, NaturalCamera camera)
void
refreshData()
Refreshes the positions and orientations from the keyframesvoid
refreshOrientations()
Refreshes the orientations from the keyframesvoid
refreshSingleVector(VertsObject vo, Vector3d pos, Vector3d vec)
void
render(LineRenderSystem renderer, ICamera camera, float alpha)
void
render(PointRenderSystem renderer, ICamera camera, float alpha)
void
render(ExtSpriteBatch batch, ExtShaderProgram shader, FontRenderSystem sys, RenderingContext rc, ICamera camera)
Label renderboolean
renderText()
Tells whether the text must be rendered or not for this entityvoid
resamplePath()
boolean
rotateAroundCrs(double dx, double dy, NaturalCamera camera)
boolean
rotateAroundDir(double dx, double dy, NaturalCamera camera)
boolean
rotateAroundUp(double dx, double dy, NaturalCamera camera)
IFocus
select(int screenX, int screenY, int minPixDist, NaturalCamera camera)
void
select(Keyframe kf)
void
setKeyframes(com.badlogic.gdx.utils.Array<Keyframe> keyframes)
void
setPathKnots(double[] kts, double[] dirs, double[] ups, boolean[] seams)
java.lang.String
text()
Returns the textfloat[]
textColour()
Returns an array with the text colour in the fashion [r, g, b, a]float[]
textColour(Keyframe kf)
void
textDepthBuffer()
Executes the blending for the textvoid
textPosition(ICamera cam, Vector3d out)
Sets the position of this text in the out vectorfloat
textScale()
Returns the text scale for the scale varying in the shaderfloat
textSize()
Returns the text sizevoid
unhighlight()
void
unhighlight(Keyframe kf)
void
unselect()
void
update(ITimeFrameProvider time, Vector3d parentTransform, ICamera camera, float opacity)
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.scenegraph.VertsObject
addPoint, addPoints, blend, depth, getAlpha, getColor, getCount, getLocalTransform, getOffset, getParent, getPointCloud, getPrimitiveSize, inGpu, isClosedLoop, isLine, isPoint, markForUpdate, setBlend, setClosedLoop, setCount, setDepth, setInGpu, setOffset, setPointCloudData, setPoints, setPrimitiveSize, updateLocalValues
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.scenegraph.AbstractPositionEntity
computeFuturePosition, doneLoading, getAbsoluteOrientation, getAbsolutePosition, getAbsolutePosition, getDelta, getDistToCamera, getHeight, getHeight, getHeight, getHeightScale, getNext, getOctant, getPos, getPosition, getPosition, getPosSph, getPredictedPosition, getRadius, getSimpleCopy, getSize, getViewAngle, getViewAngleApparent, isCopy, mustUpdatePosition, render2DLabel, render2DLabel, render2DLabel, render2DLabel, render3DLabel, setColor, setColor, setCoordinates, setSize, setSize, updateLocal
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.scenegraph.SceneGraphNode
add, add, addChild, addChild, addFocusableObjects, addNodes, addToIndex, addToRender, dispose, getAggregatedChildren, getChildByName, getChildByNameAndType, getChildrenByType, getComponentType, getCt, getFirstStarAncestor, getId, getLineCopy, getName, getNode, getNode, getOpacity, getOrientation, getRoot, getSceneGraphDepth, getStarCount, getVelocity, insert, isInRender, isInRender, isValidPosition, isVisibilityOn, mustAddToIndex, removeChild, removeFromIndex, removeFromRender, returnToPool, setComputedFlag, setCt, setCt, setId, setName, setNamekey, setParent, setParentkey, setUp, toString, update, updateNames, updateNamesRec
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gaia.cu9.ari.gaiaorbit.render.IPointRenderable
blend, depth
-
Methods inherited from interface gaia.cu9.ari.gaiaorbit.render.IRenderable
getComponentType, getDistToCamera, getOpacity
-
-
-
-
Field Detail
-
keyframes
public com.badlogic.gdx.utils.Array<Keyframe> keyframes
Keyframe objects
-
selected
public Keyframe selected
Selected keyframe
-
highlighted
public Keyframe highlighted
Highlighted keyframe
-
path
public VertsObject path
The actual path
-
segments
public VertsObject segments
The segments joining the knots
-
knots
public VertsObject knots
The knots, or keyframe positions
-
knotsSeam
public VertsObject knotsSeam
Knots which are also seams
-
selectedKnot
public VertsObject selectedKnot
Selected knot
-
highlightedKnot
public VertsObject highlightedKnot
Highlighted knot
-
orientations
public com.badlogic.gdx.utils.Array<VertsObject> orientations
Contains pairs of {direction, up} representing the orientation at each knot
-
-
Method Detail
-
initialize
public void initialize()
- Overrides:
initialize
in classSceneGraphNode
-
setKeyframes
public void setKeyframes(com.badlogic.gdx.utils.Array<Keyframe> keyframes)
-
refreshData
public void refreshData()
Refreshes the positions and orientations from the keyframes
-
refreshOrientations
public void refreshOrientations()
Refreshes the orientations from the keyframes
-
refreshSingleVector
public void refreshSingleVector(VertsObject vo, Vector3d pos, Vector3d vec)
-
resamplePath
public void resamplePath()
-
setPathKnots
public void setPathKnots(double[] kts, double[] dirs, double[] ups, boolean[] seams)
-
update
public void update(ITimeFrameProvider time, Vector3d parentTransform, ICamera camera, float opacity)
- Overrides:
update
in classSceneGraphNode
-
select
public IFocus select(int screenX, int screenY, int minPixDist, NaturalCamera camera)
-
checkClickDistance
protected boolean checkClickDistance(int screenX, int screenY, com.badlogic.gdx.math.Vector3 pos, NaturalCamera camera, com.badlogic.gdx.graphics.PerspectiveCamera pcamera, double pixelSize)
-
highlight
public void highlight(Keyframe kf)
-
unhighlight
public void unhighlight(Keyframe kf)
-
unhighlight
public void unhighlight()
-
select
public void select(Keyframe kf)
-
unselect
public void unselect()
-
isSelected
public boolean isSelected()
-
moveSelection
public boolean moveSelection(int screenX, int screenY, NaturalCamera camera)
-
rotateAroundDir
public boolean rotateAroundDir(double dx, double dy, NaturalCamera camera)
-
rotateAroundUp
public boolean rotateAroundUp(double dx, double dy, NaturalCamera camera)
-
rotateAroundCrs
public boolean rotateAroundCrs(double dx, double dy, NaturalCamera camera)
-
addToRenderLists
protected void addToRenderLists(ICamera camera)
Description copied from class:AbstractPositionEntity
Adds this entity to the necessary render lists after the distance to the camera and the view angle have been determined.- Overrides:
addToRenderLists
in classVertsObject
-
clear
public void clear()
Description copied from class:VertsObject
Clears the data from this object, both in RAM and VRAM- Overrides:
clear
in classVertsObject
-
isEmpty
public boolean isEmpty()
- Overrides:
isEmpty
in classVertsObject
-
clearOrientations
public void clearOrientations()
-
renderText
public boolean renderText()
Description copied from interface:I3DTextRenderable
Tells whether the text must be rendered or not for this entity- Specified by:
renderText
in interfaceI3DTextRenderable
- Returns:
- True if text must be rendered
-
render
public void render(ExtSpriteBatch batch, ExtShaderProgram shader, FontRenderSystem sys, RenderingContext rc, ICamera camera)
Label render- Specified by:
render
in interfaceI3DTextRenderable
- Parameters:
batch
- The sprite batchshader
- The shadersys
- The font render systemrc
- The render contextcamera
- The camera
-
textColour
public float[] textColour()
Description copied from interface:I3DTextRenderable
Returns an array with the text colour in the fashion [r, g, b, a]- Specified by:
textColour
in interfaceI3DTextRenderable
- Returns:
- Array with the colour
-
textColour
public float[] textColour(Keyframe kf)
-
textSize
public float textSize()
Description copied from interface:I3DTextRenderable
Returns the text size- Specified by:
textSize
in interfaceI3DTextRenderable
- Returns:
- The text size
-
textScale
public float textScale()
Description copied from interface:I3DTextRenderable
Returns the text scale for the scale varying in the shader- Specified by:
textScale
in interfaceI3DTextRenderable
- Returns:
- The scale
-
textPosition
public void textPosition(ICamera cam, Vector3d out)
Description copied from interface:I3DTextRenderable
Sets the position of this text in the out vector- Specified by:
textPosition
in interfaceI3DTextRenderable
out
- The out parameter with the result
-
text
public java.lang.String text()
Description copied from interface:I3DTextRenderable
Returns the text- Specified by:
text
in interfaceI3DTextRenderable
- Returns:
- The text
-
getText
public java.lang.String getText(Keyframe kf)
-
textDepthBuffer
public void textDepthBuffer()
Description copied from interface:I3DTextRenderable
Executes the blending for the text- Specified by:
textDepthBuffer
in interfaceI3DTextRenderable
-
isLabel
public boolean isLabel()
Description copied from interface:I3DTextRenderable
Is it a label or another kind of text?- Specified by:
isLabel
in interfaceI3DTextRenderable
- Returns:
- Whether this is a label
-
getTextOpacity
public float getTextOpacity()
Description copied from interface:I3DTextRenderable
Gets the text opacity- Specified by:
getTextOpacity
in interfaceI3DTextRenderable
- Returns:
- Text opacity
-
getLineWidth
public float getLineWidth()
- Specified by:
getLineWidth
in interfaceILineRenderable
-
render
public void render(LineRenderSystem renderer, ICamera camera, float alpha)
- Specified by:
render
in interfaceILineRenderable
-
render
public void render(PointRenderSystem renderer, ICamera camera, float alpha)
- Specified by:
render
in interfaceIPointRenderable
-
getGlType
public int getGlType()
- Specified by:
getGlType
in interfaceILineRenderable
-
-