Class MonasteryPlayfield

java.lang.Object
dev.secondsun.geometry.playfield.MonasteryPlayfield
All Implemented Interfaces:
Model

public class MonasteryPlayfield extends Object implements Model
  • Field Details

  • Constructor Details

    • MonasteryPlayfield

      public MonasteryPlayfield()
  • Method Details

    • getTriangles

      public List<Triangle> getTriangles()
      Description copied from interface: Model
      returns the triangles that make up this model
      Specified by:
      getTriangles in interface Model
    • getBSPTree

      public BSPTree getBSPTree()
      Description copied from interface: Model
      Returns a BSP tree of the model for hidden surface removal
      Specified by:
      getBSPTree in interface Model
      Returns:
      bspTree
    • field

      public Model field()
    • castle

      public Model castle()
    • roof

      public Model roof()
    • path

      public Model path()