java.lang.Object
dev.secondsun.geometry.playfield.DormRoomPlayfield
- All Implemented Interfaces:
Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a BSP tree of the model for hidden surface removalreturns the triangles that make up this modelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.secondsun.geometry.Model
lookAt, rotateX, rotateY, rotateZ, scale, translateX, translateY, translateZ
-
Constructor Details
-
DormRoomPlayfield
public DormRoomPlayfield()
-
-
Method Details
-
getTriangles
Description copied from interface:Modelreturns the triangles that make up this model- Specified by:
getTrianglesin interfaceModel
-
getBSPTree
Description copied from interface:ModelReturns a BSP tree of the model for hidden surface removal- Specified by:
getBSPTreein interfaceModel- Returns:
- bspTree
-