Class DeleteVBOsVisitor

java.lang.Object
com.ardor3d.scenegraph.visitor.DeleteVBOsVisitor
All Implemented Interfaces:
Visitor

public class DeleteVBOsVisitor extends Object implements Visitor
  • Constructor Details

    • DeleteVBOsVisitor

      public DeleteVBOsVisitor(Renderer deleter)
  • Method Details

    • visit

      public void visit(Spatial spatial)
      Description copied from interface: Visitor
      Execute our logic on the given Spatial
      Specified by:
      visit in interface Visitor
      Parameters:
      spatial - the spatial