Package com.gaia3d.basic.magogl
Class MagoFbo
java.lang.Object
com.gaia3d.basic.magogl.MagoFbo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidclear(int argbColor, float depth) voidclearColor(int argbColor) voidclearDepth(float depth) voidintgetColor(int x, int y) floatgetDepth(int x, int y) float[][]float[][]intgetIndex(int x, int y) voidresize(int newWidth, int newHeight) voidsetColor(int x, int y, int argbColor) voidsetDepth(int x, int y, float depth) booleantestAndSetDepth(int x, int y, float depth, int argbColor)
-
Constructor Details
-
MagoFbo
-
-
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
-
getBufferedImageInto
-
cleanup
public void cleanup() -
getDepthGridRaw
public float[][] getDepthGridRaw() -
getDepthGridFlippedY
public float[][] getDepthGridFlippedY()
-