Class FullscreenMesh
java.lang.Object
gaiasky.render.postprocess.util.FullscreenMesh
-
Constructor Summary
ConstructorsConstructorDescriptionFullscreenMesh(float[] p, int w, int h) FullscreenMesh(WarpMeshReader.WarpMesh warpMesh) -
Method Summary
-
Constructor Details
-
FullscreenMesh
public FullscreenMesh(float[] p, int w, int h) -
FullscreenMesh
-
-
Method Details
-
dispose
public void dispose() -
render
public void render(com.badlogic.gdx.graphics.glutils.ShaderProgram program) Renders the quad with the specified shader program.
-