Class MagoFbo

java.lang.Object
com.gaia3d.basic.magogl.MagoFbo

public final class MagoFbo extends Object
  • Constructor Details

    • MagoFbo

      public MagoFbo(String name, int width, int height)
  • Method Details

    • clear

      public void clear(int argbColor, float depth)
    • clearColor

      public void clearColor(int argbColor)
    • clearDepth

      public void clearDepth(float depth)
    • getIndex

      public int getIndex(int x, int y)
    • getColor

      public int getColor(int x, int y)
    • getDepth

      public float getDepth(int x, int y)
    • setColor

      public void setColor(int x, int y, int argbColor)
    • setDepth

      public void setDepth(int x, int y, float depth)
    • testAndSetDepth

      public boolean testAndSetDepth(int x, int y, float depth, int argbColor)
    • resize

      public void resize(int newWidth, int newHeight)
    • getBufferedImage

      public BufferedImage getBufferedImage()
    • getBufferedImageInto

      public void getBufferedImageInto(BufferedImage image)
    • cleanup

      public void cleanup()
    • getDepthGridRaw

      public float[][] getDepthGridRaw()
    • getDepthGridFlippedY

      public float[][] getDepthGridFlippedY()