Class Shape3DUpdater

java.lang.Object
mgui.interfaces.shapes.util.Shape3DUpdater
All Implemented Interfaces:
org.jogamp.java3d.GeometryUpdater

public class Shape3DUpdater
extends java.lang.Object
implements org.jogamp.java3d.GeometryUpdater
  • Constructor Summary

    Constructors
    Constructor Description
    Shape3DUpdater()  
  • Method Summary

    Modifier and Type Method Description
    protected void update()  
    void updateData​(org.jogamp.java3d.Geometry geometry)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Shape3DUpdater

      public Shape3DUpdater()
  • Method Details

    • updateData

      public void updateData​(org.jogamp.java3d.Geometry geometry)
      Specified by:
      updateData in interface org.jogamp.java3d.GeometryUpdater
    • update

      protected void update()