java.lang.Object
dev.secondsun.geometry.playfield.BoardNew
- All Implemented Interfaces:
Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns 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
-
BoardNew
public BoardNew(int columns, int rows, int scale, int[] palette)
-
-
Method Details
-
getTriangles
Description copied from interface:Modelreturns the triangles that make up this model- Specified by:
getTrianglesin interfaceModel
-