Package com.gaia3d.basic.magogl
Class MagoNetSurfaceMaker
java.lang.Object
com.gaia3d.basic.magogl.MagoNetSurfaceMaker
-
Method Summary
Modifier and TypeMethodDescriptionstatic HalfEdgeSurfacemake(MagoFbo fbo, GaiaBoundingBox bbox, int numCols, int numRows, boolean flipDepthY, boolean makeSkirt) static HalfEdgeSurfacemakeFromDepthGrid(int numCols, int numRows, float[][] depthValues, GaiaBoundingBox bbox, boolean makeSkirt)
-
Method Details
-
make
public static HalfEdgeSurface make(MagoFbo fbo, GaiaBoundingBox bbox, int numCols, int numRows, boolean flipDepthY, boolean makeSkirt) -
makeFromDepthGrid
public static HalfEdgeSurface makeFromDepthGrid(int numCols, int numRows, float[][] depthValues, GaiaBoundingBox bbox, boolean makeSkirt)
-