Exemple #1
0
 /** For debugging. */
 public OutlinePolygon setDrawTriangleStrips(boolean drawTriangleStrips) {
   this.drawTriangleStrips = drawTriangleStrips;
   debugRenderer.update();
   return this;
 }
Exemple #2
0
 /** For debugging. */
 public OutlinePolygon setDrawLineFromFirstToLast(boolean drawLineFromFirstToLast) {
   this.drawLineFromFirstToLast = drawLineFromFirstToLast;
   debugRenderer.update();
   return this;
 }
Exemple #3
0
 /** For debugging. */
 public OutlinePolygon setDrawCullingRectangles(boolean drawCullingRectangles) {
   this.drawCullingRectangles = drawCullingRectangles;
   debugRenderer.update();
   return this;
 }