Class RegionInfluencer.AspectTextureRegion

  • Enclosing class:
    RegionInfluencer

    public static class RegionInfluencer.AspectTextureRegion
    extends java.lang.Object
    It's a class used internally by the RegionInfluencer to represent a texture region. It contains the uv coordinates of the region and the region inverse aspect ratio.
    • Field Detail

      • u

        public float u
      • v

        public float v
      • u2

        public float u2
      • v2

        public float v2
      • halfInvAspectRatio

        public float halfInvAspectRatio
      • imageName

        public java.lang.String imageName