Uses of Class
com.jme3.scene.shape.Surface

Packages that use Surface
com.jme3.scene.shape   
 

Uses of Surface in com.jme3.scene.shape
 

Methods in com.jme3.scene.shape that return Surface
static Surface Surface.createNurbsSurface(java.util.List<java.util.List<Vector4f>> controlPoints, java.util.List<java.lang.Float>[] nurbKnots, int uSegments, int vSegments, int basisUFunctionDegree, int basisVFunctionDegree)
          This method creates a NURBS surface.