Class DrawableFace


public class DrawableFace extends DrawableMesh
Drawable human face.
  • Field Details

    • SKIN_COLOR_PRIMARY

      public static final Color SKIN_COLOR_PRIMARY
    • SKIN_COLOR_SECONDARY

      public static final Color SKIN_COLOR_SECONDARY
    • SKIN_COLOR_DEFAULT

      public static final Color SKIN_COLOR_DEFAULT
  • Constructor Details

  • Method Details

    • getHumanFace

      public StoredHumanFace getHumanFace()
      Returns the human face.
      Returns:
      HumanFace
    • setHeatMap

      public void setHeatMap(HeatMap3D heatMap)
    • isHeatmapRendered

      public boolean isHeatmapRendered()
      Determines whether the heatmap is set to be rendered.
      Returns:
      id the heatmap will be rendered
    • getHeatMap

      public HeatMap3D getHeatMap()