Uses of Class
com.jme.scene.BezierPatch

Packages that use BezierPatch
com.jme.scene   
 

Uses of BezierPatch in com.jme.scene
 

Methods in com.jme.scene with parameters of type BezierPatch
 void BezierMesh.setPatch(BezierPatch patch)
          setPatch sets the BezierPatch of the mesh.
 

Constructors in com.jme.scene with parameters of type BezierPatch
BezierMesh(java.lang.String name, BezierPatch patch)
          Constructor creates a new BezierMesh object with the given BezierPatch.