Class HeatmapRenderer

java.lang.Object
cz.fidentis.analyst.rendering.HeatmapRenderer

public class HeatmapRenderer extends Object
Heatmap rendering.
  • Constructor Details

    • HeatmapRenderer

      public HeatmapRenderer()
  • Method Details

    • drawMeshModel

      public void drawMeshModel(com.jogamp.opengl.GL2 gl, MeshModel model, HeatMap3D heatMap, float transparency)
      Maps distances of mesh model vertices to colors and renders the taken heatmap.
      Parameters:
      gl - OpenGL context
      model - Mesh model to be rendered
      heatMap - 3D heat map
      transparency - transparency
    • renderMeshFacet

      public void renderMeshFacet(com.jogamp.opengl.GL2 gl, MeshFacet facet, HeatMap3D heatMap, float transparency)
      Maps distances of mesh facet to colors and renders the taken heatmap.
      Parameters:
      gl - OpenGL context
      facet - Mesh facet
      heatMap - 3D heat map