Interface MeshAppender
public interface MeshAppender
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordSection rendering context for a MeshAppender. -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(MeshAppender.Context context) Called to add appropriate geometry to the section.
-
Method Details
-
render
Called to add appropriate geometry to the section.- Parameters:
context- render context for this section
-