All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jtr.VRMLDivide

java.lang.Object
   |
   +----jtr.VRMLDivide

public class VRMLDivide
extends Object

Constructor Index

 o VRMLDivide(Node, MFInt32)
Constructor

Method Index

 o CatClark(int)
Subdivide the mesh and return the string representation of the subdivided mesh.

Constructors

 o 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

Methods

 o 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