Interface GlyphsVisitor

All Superinterfaces:
MeshVisitor
All Known Implementing Classes:
GlyphsVisitorImpl

public interface GlyphsVisitor extends MeshVisitor
Visitor, which calculate suitable position and orientation of glyphs from visited meshes. It uses given sub-sampling strategy to locate glyphs.

Based on V. Interrante et al.: Conveying the 3D shape of smoothly curving transparent surfaces via texture, 1997, doi: 10.1109/2945.597794

  • Method Details

    • getGlyphs

      List<Glyph> getGlyphs()
      Returns computed glyphs.
      Returns:
      computed glyphs