All Packages Class Hierarchy This Package Previous Next Index
Class jtr.VRMLDivide
java.lang.Object
|
+----jtr.VRMLDivide
- public class VRMLDivide
- extends Object
-
VRMLDivide(Node, MFInt32)
- Constructor
-
CatClark(int)
- Subdivide the mesh and return the string representation of the
subdivided mesh.
VRMLDivide
public VRMLDivide(Node ifs,
MFInt32 mi) throws BadInputMesh
- Constructor
- Parameters:
- ifs - the IndexedFaceSet node
- mi - the coordIndex field
- Throws: BadInputMesh
- thrown by Mesh constructor if
input data was bad
CatClark
public String CatClark(int level)
- Subdivide the mesh and return the string representation of the
subdivided mesh.
- Parameters:
- level - number of steps of subdivision
All Packages Class Hierarchy This Package Previous Next Index