Interface MeshAppender


public interface MeshAppender
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Section rendering context for a MeshAppender.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(org.embeddedt.embeddium.api.MeshAppender.Context context)
    Called to add appropriate geometry to the section.
  • Method Details

    • render

      void render(org.embeddedt.embeddium.api.MeshAppender.Context context)
      Called to add appropriate geometry to the section.
      Parameters:
      context - render context for this section