Uses of Class
cz.fidentis.analyst.data.shapes.HeatMap3D
Packages that use HeatMap3D
Package
Description
Drawable objects of the scene.
OpenGL rendering classes.
-
Uses of HeatMap3D in cz.fidentis.analyst.drawables
Methods in cz.fidentis.analyst.drawables with parameters of type HeatMap3D -
Uses of HeatMap3D in cz.fidentis.analyst.rendering
Methods in cz.fidentis.analyst.rendering with parameters of type HeatMap3DModifier and TypeMethodDescriptionvoid
HeatmapRenderer.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.void
HeatmapRenderer.renderMeshFacet
(com.jogamp.opengl.GL2 gl, MeshFacet facet, HeatMap3D heatMap, float transparency) Maps distances of mesh facet to colors and renders the taken heatmap.