Class KeyframeUtils

java.lang.Object
gaiasky.scene.entity.KeyframeUtils

public class KeyframeUtils extends Object
Utilities to construct verts objects to function as part of keyframe visuals (points, lines, etc.).
  • Constructor Details

    • KeyframeUtils

      public KeyframeUtils()
  • Method Details

    • newVerts

      public com.badlogic.ashley.core.Entity newVerts(Scene scene, String name, ComponentTypes ct, String archetypeName, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize, boolean arrowCaps, double trailMap)
    • newVerts

      public com.badlogic.ashley.core.Entity newVerts(Scene scene, String name, ComponentTypes ct, String archetypeName, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize, boolean arrowCaps)
    • newVerts

      public com.badlogic.ashley.core.Entity newVerts(Scene scene, String name, ComponentTypes ct, String archetypeName, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize)
    • newVerts

      public com.badlogic.ashley.core.Entity newVerts(Scene scene, String name, ComponentTypes ct, String className, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize, boolean blend, boolean depth)