Class Grid

java.lang.Object
com.jme3.scene.Mesh
com.jme3.scene.debug.Grid
All Implemented Interfaces:
Savable, JmeCloneable, Cloneable

public class Grid extends Mesh
Simple grid shape.
  • Constructor Details

    • Grid

      public Grid()
    • Grid

      public Grid(int xLines, int yLines, float lineDist)
      Creates a grid debug shape.
      Parameters:
      xLines - number of lines parallel to the X axis
      yLines - number of lines parallel to the Y axis
      lineDist - the separation between consecutive lines (in world units)