Class Grid3DProjectionDecorator

    • Field Detail

      • GRID_3D_DECORATOR

        public static final String GRID_3D_DECORATOR
    • Constructor Detail

      • Grid3DProjectionDecorator

        public Grid3DProjectionDecorator()
    • Method Detail

      • init

        public void init​(Display3D display,
                         org.jogamp.java3d.Group parent)
        Initializes the decorator by adding a 2 or 3D grid to the parent.
        Specified by:
        init in interface ProjectionDecorator3D<Grid>
        Parameters:
        display -
        parent - the parent to which the decoration should be added
      • update

        public void update()
        Updates the decorator. This does nothing in this implementation
        Specified by:
        update in interface ProjectionDecorator3D<Grid>