Uses of Interface
cz.fidentis.analyst.data.mesh.MeshFacet
Packages that use MeshFacet
Package
Description
K-d tree space partitioning structure.
The top-level package for data structures related to triangular meshes.
cz.fidentis.analyst.mesh.impl
package includes Mesh implementation classes that
are not visible to classes of other modules.Octree space partitioning structure.
3D or 2D shapes.
Drawable objects of the scene.
Generic graphical elements.
OpenGL rendering classes.
-
Uses of MeshFacet in cz.fidentis.analyst.data.kdtree
Methods in cz.fidentis.analyst.data.kdtree that return types with arguments of type MeshFacetModifier and TypeMethodDescriptionKdNode.getFacets()
Returns a map of all mesh facets that share the stored vertex.Methods in cz.fidentis.analyst.data.kdtree with parameters of type MeshFacetMethod parameters in cz.fidentis.analyst.data.kdtree with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic KdTree
KdTree.create
(Collection<MeshFacet> facets) Creates a new k-D tree. -
Uses of MeshFacet in cz.fidentis.analyst.data.kdtree.impl
Methods in cz.fidentis.analyst.data.kdtree.impl that return types with arguments of type MeshFacetConstructors in cz.fidentis.analyst.data.kdtree.impl with parameters of type MeshFacetModifierConstructorDescriptionKdNodeImpl
(MeshFacet facet, int index, int depth) Constructor for storing a vertex of a mesh facet.Constructor parameters in cz.fidentis.analyst.data.kdtree.impl with type arguments of type MeshFacetModifierConstructorDescriptionKdNodeImpl
(List<MeshFacet> facets, List<Integer> indices, int depth) Constructor for storing a vertex belonging to multiple mesh facets.KdTreeImpl
(Collection<MeshFacet> facets) Constructor. -
Uses of MeshFacet in cz.fidentis.analyst.data.mesh
Methods in cz.fidentis.analyst.data.mesh that return MeshFacetModifier and TypeMethodDescriptionstatic MeshFacet
MeshFactory.cloneMeshFacet
(MeshFacet facet) Returns facet's clone.static MeshFacet
MeshFactory.createEmptyMeshFacet()
Returns an empty facet that is to be filled by vertices and topology later on.static MeshFacet
MeshFactory.createPointCloudFacet
(Collection<MeshPoint> meshPoints) Returns a facet consisting of mesh points only, without mesh topology (edges).MeshTriangle.getFacet()
Returns mesh facet backing the triangle.MeshModel.removeFacet
(int index) Removes facet from the model.Methods in cz.fidentis.analyst.data.mesh that return types with arguments of type MeshFacetMethods in cz.fidentis.analyst.data.mesh with parameters of type MeshFacetModifier and TypeMethodDescriptionvoid
Adds a new mesh facet to the model.static MeshFacet
MeshFactory.cloneMeshFacet
(MeshFacet facet) Returns facet's clone.void
MeshVisitor.visitMeshFacet
(MeshFacet facet) The inspection method to be implemented by specific visitors.Method parameters in cz.fidentis.analyst.data.mesh with type arguments of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.data.mesh.impl
Methods in cz.fidentis.analyst.data.mesh.impl that return MeshFacetModifier and TypeMethodDescriptionMeshTriangleImpl.getFacet()
MeshModelImpl.removeFacet
(int index) Methods in cz.fidentis.analyst.data.mesh.impl that return types with arguments of type MeshFacetMethods in cz.fidentis.analyst.data.mesh.impl with parameters of type MeshFacetMethod parameters in cz.fidentis.analyst.data.mesh.impl with type arguments of type MeshFacetModifier and TypeMethodDescriptionvoid
MeshModelImpl.addFacets
(Collection<MeshFacet> newFacets) void
Constructors in cz.fidentis.analyst.data.mesh.impl with parameters of type MeshFacetModifierConstructorDescriptionMeshTriangleImpl
(MeshFacet facet, int i1, int i2, int i3) Creates new triangleTriangleFanImpl
(MeshFacet facet, int vert) Constructor. -
Uses of MeshFacet in cz.fidentis.analyst.data.mesh.impl.facet
Classes in cz.fidentis.analyst.data.mesh.impl.facet that implement MeshFacetModifier and TypeClassDescriptionclass
Mash facet is a compact triangular mesh without duplicated vertices.class
A rectangular mesh facet consisted of two triangles.class
A special facet consisting of mesh points only, without mesh topology (edges).Constructors in cz.fidentis.analyst.data.mesh.impl.facet with parameters of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.data.octree
Methods in cz.fidentis.analyst.data.octree with parameters of type MeshFacetMethod parameters in cz.fidentis.analyst.data.octree with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic Octree
Octree.create
(Collection<MeshFacet> facets) Creates a new OctTree. -
Uses of MeshFacet in cz.fidentis.analyst.data.octree.impl
Constructor parameters in cz.fidentis.analyst.data.octree.impl with type arguments of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.data.shapes
Methods in cz.fidentis.analyst.data.shapes that return MeshFacetModifier and TypeMethodDescriptionReturns rectangular mesh facet of this symmetry plane.Plane.getMesh
(javax.vecmath.Point3d point, double width, double height) Returns rectangular mesh facet of this symmetry plane.Methods in cz.fidentis.analyst.data.shapes that return types with arguments of type MeshFacetModifier and TypeMethodDescriptionHeatMap3D.getFacets()
Returns mesh facet from which the heatmap consistsMethods in cz.fidentis.analyst.data.shapes with parameters of type MeshFacetModifier and TypeMethodDescriptionMaps the value and weight of given vertex into a heatmap color.Constructor parameters in cz.fidentis.analyst.data.shapes with type arguments of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.data.surfacemask
Methods in cz.fidentis.analyst.data.surfacemask that return MeshFacetMethods in cz.fidentis.analyst.data.surfacemask with parameters of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.drawables
Methods in cz.fidentis.analyst.drawables that return types with arguments of type MeshFacetMethods in cz.fidentis.analyst.drawables with parameters of type MeshFacetModifier and TypeMethodDescriptionprotected void
DrawablePlane.renderObject
(com.jogamp.opengl.GL2 gl, MeshFacet facet) Constructors in cz.fidentis.analyst.drawables with parameters of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.engines.avgmesh
Methods in cz.fidentis.analyst.engines.avgmesh that return types with arguments of type MeshFacetModifier and TypeMethodDescriptionAvgMeshConfig.templateMesh()
Returns the value of thetemplateMesh
record component.Methods in cz.fidentis.analyst.engines.avgmesh with parameters of type MeshFacetConstructors in cz.fidentis.analyst.engines.avgmesh with parameters of type MeshFacetModifierConstructorDescriptionAvgMeshConfig
(MeshFacet facet, com.jogamp.opengl.GLContext glContext) Constructor.Constructor parameters in cz.fidentis.analyst.engines.avgmesh with type arguments of type MeshFacetModifierConstructorDescriptionAvgMeshConfig
(Collection<MeshFacet> templateMesh, com.jogamp.opengl.GLContext glContext) Creates an instance of aAvgMeshConfig
record class. -
Uses of MeshFacet in cz.fidentis.analyst.engines.avgmesh.impl
Methods in cz.fidentis.analyst.engines.avgmesh.impl that return types with arguments of type MeshFacetMethods in cz.fidentis.analyst.engines.avgmesh.impl with parameters of type MeshFacetConstructors in cz.fidentis.analyst.engines.avgmesh.impl with parameters of type MeshFacetModifierConstructorDescriptionAvgMeshVisitorNN
(MeshFacet templateFacet) Constructor.AvgMeshVisitorRC
(MeshFacet templateFacet) Constructor.AvgMeshVisitorRCGPU
(MeshFacet templateFacet, com.jogamp.opengl.GLContext glContext) Constructor.Constructor parameters in cz.fidentis.analyst.engines.avgmesh.impl with type arguments of type MeshFacetModifierConstructorDescriptionAvgMeshVisitorNN
(Collection<MeshFacet> templateFacets) Constructor.AvgMeshVisitorRC
(Collection<MeshFacet> templateFacets) Constructor.AvgMeshVisitorRCGPU
(Collection<MeshFacet> templateFacets, com.jogamp.opengl.GLContext glContext) Constructor. -
Uses of MeshFacet in cz.fidentis.analyst.engines.bbox
Methods in cz.fidentis.analyst.engines.bbox with parameters of type MeshFacetModifier and TypeMethodDescriptionstatic Box
BoundingBoxServices.compute
(MeshFacet mesh, BoundingBoxConfig config) Returns bounding box of the given mesh.Method parameters in cz.fidentis.analyst.engines.bbox with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic Box
BoundingBoxServices.compute
(Collection<MeshFacet> mesh, BoundingBoxConfig config) Returns bounding box of the given mesh. -
Uses of MeshFacet in cz.fidentis.analyst.engines.bbox.impl
Methods in cz.fidentis.analyst.engines.bbox.impl with parameters of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.engines.curvature
Methods in cz.fidentis.analyst.engines.curvature with parameters of type MeshFacetModifier and TypeMethodDescriptionstatic Curvature
Calculates principal curvatures and principal directions of a single point lying on a mesh surfacestatic void
CurvatureServices.computeAndSet
(MeshFacet mesh, CurvatureConfig config) Sets curvature to visited mesh vertices.Method parameters in cz.fidentis.analyst.engines.curvature with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic Curvature
CurvatureServices.compute
(MeshPoint point, Collection<MeshFacet> facets) Calculates principal curvatures and principal directions of a single point lying on a mesh surfacestatic void
CurvatureServices.computeAndSet
(Collection<MeshFacet> mesh, CurvatureConfig config) Sets curvature to visited mesh vertices. -
Uses of MeshFacet in cz.fidentis.analyst.engines.curvature.impl
Methods in cz.fidentis.analyst.engines.curvature.impl with parameters of type MeshFacetModifier and TypeMethodDescriptionprotected void
CurvatureVisitorImpl.computeCurvature
(MeshFacet facet, cz.fidentis.analyst.engines.curvature.impl.CurvatureVisitorImpl.Cache cache, int vertIndexA, List<Double> minPrincipal, List<Double> maxPrincipal, List<Double> mean, List<Double> gaussian) void
CurvatureVisitorImpl.visitMeshFacet
(MeshFacet facet) Method parameters in cz.fidentis.analyst.engines.curvature.impl with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic Curvature
CurvatureUtil.calculatePrincipalCurvatures
(MeshPoint point, Collection<MeshFacet> facets) Calculates principal curvatures and principal directions. -
Uses of MeshFacet in cz.fidentis.analyst.engines.cut
Methods in cz.fidentis.analyst.engines.cut with parameters of type MeshFacetModifier and TypeMethodDescriptionstatic CrossSection3D
CrossSectionServices.compute
(MeshFacet mesh, CrossSectionConfig config) Returns a cross-section curve of the given mesh.Method parameters in cz.fidentis.analyst.engines.cut with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic CrossSection3D
CrossSectionServices.compute
(Collection<MeshFacet> mesh, CrossSectionConfig config) Returns a cross-section curve of the given mesh. -
Uses of MeshFacet in cz.fidentis.analyst.engines.cut.impl
Methods in cz.fidentis.analyst.engines.cut.impl with parameters of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.engines.distance
Methods in cz.fidentis.analyst.engines.distance that return types with arguments of type MeshFacetModifier and TypeMethodDescriptionMeshDistanceConfig.GPUData.facets()
Returns the value of thefacets
record component.Methods in cz.fidentis.analyst.engines.distance with parameters of type MeshFacetModifier and TypeMethodDescriptionstatic MeshDistances
MeshDistanceServices.measure
(MeshFacet facet, MeshDistanceConfig config) Returns distances between the source mesh stored in the strategy object and the mesh provided as input parameter.Method parameters in cz.fidentis.analyst.engines.distance with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic MeshDistances
MeshDistanceServices.measure
(Collection<MeshFacet> facets, MeshDistanceConfig config) Returns distances between the source mesh stored in the strategy object and meshes provided as input parameter.Constructors in cz.fidentis.analyst.engines.distance with parameters of type MeshFacetModifierConstructorDescriptionMeshDistanceConfig
(MeshDistanceConfig.Method method, MeshFacet mainFacet, com.jogamp.opengl.GLContext context, boolean relativeDist, boolean crop) Constructor that creates k-d tree or octree automatically based on required method.Constructor parameters in cz.fidentis.analyst.engines.distance with type arguments of type MeshFacetModifierConstructorDescriptionGPUData
(Collection<MeshFacet> facets, com.jogamp.opengl.GLContext context) Creates an instance of aGPUData
record class.MeshDistanceConfig
(MeshDistanceConfig.Method method, Collection<MeshFacet> mainFacets, com.jogamp.opengl.GLContext context, boolean relativeDist, boolean crop) Constructor that creates k-d tree or octree automatically based on required method. -
Uses of MeshFacet in cz.fidentis.analyst.engines.distance.impl
Methods in cz.fidentis.analyst.engines.distance.impl with parameters of type MeshFacetModifier and TypeMethodDescriptionvoid
MeshDistanceNN.visitMeshFacet
(MeshFacet comparedFacet) void
MeshDistanceRC.visitMeshFacet
(MeshFacet comparedFacet) void
MeshDistanceRCGPU.visitMeshFacet
(MeshFacet comparedFacet) Constructor parameters in cz.fidentis.analyst.engines.distance.impl with type arguments of type MeshFacetModifierConstructorDescriptionMeshDistanceRCGPU
(com.jogamp.opengl.GLContext context, Collection<MeshFacet> mainFacets, boolean relativeDistance) Constructor. -
Uses of MeshFacet in cz.fidentis.analyst.engines.distance.measurement
Methods in cz.fidentis.analyst.engines.distance.measurement that return MeshFacetModifier and TypeMethodDescriptionFacetDistances.getMeasuredFacet()
Returns the source facet from which the measurement was performed.FacetDistancesDecorator.getMeasuredFacet()
RawFacetDistances.getMeasuredFacet()
Methods in cz.fidentis.analyst.engines.distance.measurement that return types with arguments of type MeshFacetModifier and TypeMethodDescriptionMeshDistances.distancesAsMap()
TransformsFacetDistance
objects into the map of the lists of distance valuesMeshDistancesImpl.distancesAsMap()
MeshDistances.weightsAsMap()
TransformsFacetDistance
objects into the map of the lists of weightsMeshDistancesImpl.weightsAsMap()
Methods in cz.fidentis.analyst.engines.distance.measurement with parameters of type MeshFacetModifier and TypeMethodDescriptionboolean
MeshDistances.containsFacet
(MeshFacet meshFacet) Checks whether this measurement includes the given facet.boolean
MeshDistancesImpl.containsFacet
(MeshFacet meshFacet) MeshDistances.getFacetMeasurement
(MeshFacet meshFacet) Returns decorated distance measurement for the given facet ornull
MeshDistancesImpl.getFacetMeasurement
(MeshFacet meshFacet) Method parameters in cz.fidentis.analyst.engines.distance.measurement with type arguments of type MeshFacetModifier and TypeMethodDescriptionboolean
MeshDistances.containsFacets
(Collection<MeshFacet> meshFacets) Checks whether this measurement includes all given facets.boolean
MeshDistancesImpl.containsFacets
(Collection<MeshFacet> meshFacets) Constructors in cz.fidentis.analyst.engines.distance.measurement with parameters of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.engines.glyphs
Methods in cz.fidentis.analyst.engines.glyphs with parameters of type MeshFacetModifier and TypeMethodDescriptionGlyphServices.calculateGlyphSamples
(MeshFacet facet, GlyphsConfig config) Sub-samples the mesh and creates properly oriented glyphs on sample locations.Method parameters in cz.fidentis.analyst.engines.glyphs with type arguments of type MeshFacetModifier and TypeMethodDescriptionGlyphServices.calculateGlyphs
(Collection<MeshFacet> facets, GlyphsConfig config) Sub-samples the mesh and creates properly oriented glyphs on sample locations. -
Uses of MeshFacet in cz.fidentis.analyst.engines.glyphs.impl
Methods in cz.fidentis.analyst.engines.glyphs.impl with parameters of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.engines.icp
Methods in cz.fidentis.analyst.engines.icp that return types with arguments of type MeshFacetModifier and TypeMethodDescriptionIcpVisitor.getTransformations()
Returns the history of transformations (transformation performed in each ICP iteration for each inspected mesh facet).static Map
<MeshFacet, List<IcpTransformation>> Transforms (!)static Map
<MeshFacet, List<IcpTransformation>> Transforms (!)static Map
<MeshFacet, List<IcpTransformation>> IcpServices.transform
(Collection<MeshFacet> facets, IcpConfig config) Transforms (!)Methods in cz.fidentis.analyst.engines.icp with parameters of type MeshFacetMethod parameters in cz.fidentis.analyst.engines.icp with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic Map
<MeshFacet, List<IcpTransformation>> IcpServices.transform
(Collection<MeshFacet> facets, IcpConfig config) Transforms (!)Constructor parameters in cz.fidentis.analyst.engines.icp with type arguments of type MeshFacetModifierConstructorDescriptionIcpConfig
(Collection<MeshFacet> meshFacets, int maxIteration, boolean scale, double error, PointSamplingConfig strategy, int crop) Constructor that constructs k-D tree of th mesh model automatically. -
Uses of MeshFacet in cz.fidentis.analyst.engines.icp.impl
Fields in cz.fidentis.analyst.engines.icp.impl with type parameters of type MeshFacetModifier and TypeFieldDescriptionprotected final Map
<MeshFacet, List<IcpTransformation>> IcpVisitorImpl.transformations
Transformed mesh facets and their history of transformations.Methods in cz.fidentis.analyst.engines.icp.impl that return types with arguments of type MeshFacetMethods in cz.fidentis.analyst.engines.icp.impl with parameters of type MeshFacetConstructor parameters in cz.fidentis.analyst.engines.icp.impl with type arguments of type MeshFacetModifierConstructorDescriptionIcpVisitorImpl
(Collection<MeshFacet> mainFacets, int maxIteration, boolean scale, double error, PointSamplingConfig strategy, int crop) Constructor. -
Uses of MeshFacet in cz.fidentis.analyst.engines.point2surface
Methods in cz.fidentis.analyst.engines.point2surface that return types with arguments of type MeshFacetModifier and TypeMethodDescriptionPointToSurfaceDistanceServices.findNearestPoints
(KdTree kdTree, PointToSurfaceDistanceConfig config) Returns the closest point from the mesh stored in the k-D tree and the 3D point.PointToSurfaceDistanceServices.findNearestPoints
(Collection<KdTree> kdTrees, PointToSurfaceDistanceConfig config) Returns the closest point from the meshes stored in the k-D trees and the 3D point.PointToSurfaceDistanceVisitor.getNearestPoints()
Returns the closest mesh facets and their closest points.PointToSurfaceDistanceServices.measure
(KdTree kdTree, PointToSurfaceDistanceConfig config) Returns the distance and the closest pointsPointToSurfaceDistanceServices.measure
(Collection<KdTree> kdTrees, PointToSurfaceDistanceConfig config) Returns the distance and the closest points -
Uses of MeshFacet in cz.fidentis.analyst.engines.point2surface.impl
Methods in cz.fidentis.analyst.engines.point2surface.impl that return types with arguments of type MeshFacetModifier and TypeMethodDescriptionClosestMeshVerticesImpl.getNearestPoints()
ClosestSurfacePointsImpl.getNearestPoints()
-
Uses of MeshFacet in cz.fidentis.analyst.engines.sampling
Methods in cz.fidentis.analyst.engines.sampling with parameters of type MeshFacetModifier and TypeMethodDescriptionPointSamplingServices.sample
(MeshFacet mesh, PointSamplingConfig config) Returns a list of samples from the given mesh.void
PointSamplingVisitor.visitMeshFacet
(MeshFacet facet) Method parameters in cz.fidentis.analyst.engines.sampling with type arguments of type MeshFacetModifier and TypeMethodDescriptionPointSamplingServices.sample
(Collection<MeshFacet> mesh, PointSamplingConfig config) Returns a list of samples from the given mesh. -
Uses of MeshFacet in cz.fidentis.analyst.engines.sampling.impl
Fields in cz.fidentis.analyst.engines.sampling.impl with type parameters of type MeshFacetMethods in cz.fidentis.analyst.engines.sampling.impl with parameters of type MeshFacetModifier and TypeMethodDescriptionvoid
CurvatureSampling.visitMeshFacet
(MeshFacet facet) void
NoSampling.visitMeshFacet
(MeshFacet facet) abstract void
PointSamplingVisitorImpl.visitMeshFacet
(MeshFacet facet) void
PoissonDiskSubSampling.visitMeshFacet
(MeshFacet facet) void
RandomSampling.visitMeshFacet
(MeshFacet facet) void
UniformSpaceSampling.visitMeshFacet
(MeshFacet facet) -
Uses of MeshFacet in cz.fidentis.analyst.engines.symmetry
Methods in cz.fidentis.analyst.engines.symmetry with parameters of type MeshFacetModifier and TypeMethodDescriptionstatic Plane
SymmetryServices.estimate
(MeshFacet mesh, SymmetryConfig strategy) Returns a symmetry plane.Method parameters in cz.fidentis.analyst.engines.symmetry with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic Plane
SymmetryServices.estimate
(Collection<MeshFacet> mesh, SymmetryConfig config) Returns a symmetry plane. -
Uses of MeshFacet in cz.fidentis.analyst.engines.symmetry.impl
Methods in cz.fidentis.analyst.engines.symmetry.impl with parameters of type MeshFacetModifier and TypeMethodDescriptionvoid
SymmetryVisitorMesh.visitMeshFacet
(MeshFacet facet) void
SymmetryVisitorRobust.visitMeshFacet
(MeshFacet facet) void
SymmetryVisitorRobustMesh.visitMeshFacet
(MeshFacet facet) -
Uses of MeshFacet in cz.fidentis.analyst.gui.app.tools.opencl
Method parameters in cz.fidentis.analyst.gui.app.tools.opencl with type arguments of type MeshFacetModifier and TypeMethodDescriptionstatic long
static long
static long
RayCastingBenchmark.rayCastUsingCPU
(List<MeshFacet> facets, int iterations, int rayCount) static long
RayCastingBenchmark.rayCastUsingOpenCL
(List<MeshFacet> facets, int iterations, int rayCount) -
Uses of MeshFacet in cz.fidentis.analyst.gui.elements
Methods in cz.fidentis.analyst.gui.elements that return types with arguments of type MeshFacetMethod parameters in cz.fidentis.analyst.gui.elements with type arguments of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.opencl.memory.impl
Method parameters in cz.fidentis.analyst.opencl.memory.impl with type arguments of type MeshFacetModifier and TypeMethodDescriptionvoid
FacetBuffer.loadAsynchronously
(Collection<MeshFacet> facets) Loads Facets asynchronously to GPU memory. -
Uses of MeshFacet in cz.fidentis.analyst.opencl.services.octree
Method parameters in cz.fidentis.analyst.opencl.services.octree with type arguments of type MeshFacetModifier and TypeMethodDescriptionvoid
OctreeOpenCL.build
(Collection<MeshFacet> facets) Builds the octree with provided facets. -
Uses of MeshFacet in cz.fidentis.analyst.opencl.services.octree.impl
Method parameters in cz.fidentis.analyst.opencl.services.octree.impl with type arguments of type MeshFacet -
Uses of MeshFacet in cz.fidentis.analyst.rendering
Methods in cz.fidentis.analyst.rendering with parameters of type MeshFacetModifier and TypeMethodDescriptionvoid
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.