Interface Visitor

All Known Implementing Classes:
DeleteVBOsVisitor, NvTriangleStripper, SetModelBoundVisitor, UpdateModelBoundVisitor

public interface Visitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(Spatial spatial)
    Execute our logic on the given Spatial
  • Method Details

    • visit

      void visit(Spatial spatial)
      Execute our logic on the given Spatial
      Parameters:
      spatial - the spatial