クラス
com.jme3.scene.shape.Surface の使用

Surface を使用しているパッケージ
com.jme3.scene.shape   
 

com.jme3.scene.shape での Surface の使用
 

Surface を返す com.jme3.scene.shape のメソッド
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.