public class Decal extends ProceduralMesh

Decal is a Mesh. It is a width x height quad in the XY plane centered on the local origin. The one-sided version only faces +Z.

  • Field Details

    • height

      public float height
    • width

      public float width
    • wParts

      public int wParts
    • hParts

      public int hParts
    • textureScale

      public float textureScale
  • Constructor Details

    • Decal

      public Decal()
  • Method Details