Class ProceduralMeshFactoryPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.marginallyclever.ro3.mesh.proceduralmesh.ProceduralMeshFactoryPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ProceduralMeshFactoryPanel extends JPanel
Displays a combo box of procedural mesh shapes. if initialized with a MeshInstance, it will display the mesh's settings. when the combobox is changed the mesh will be updated.
See Also:
  • Constructor Details

    • ProceduralMeshFactoryPanel

      public ProceduralMeshFactoryPanel()
    • ProceduralMeshFactoryPanel

      public ProceduralMeshFactoryPanel(MeshInstance meshInstance)
  • Method Details

    • main

      public static void main(String[] args)