Class PFMData

java.lang.Object
gaiasky.util.gdx.loader.PFMData

public class PFMData
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float[] data  
    int height  
    int width  
  • Constructor Summary

    Constructors
    Constructor Description
    PFMData​(float[] data, int width, int height)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • data

      public float[] data
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • PFMData

      public PFMData​(float[] data, int width, int height)