Package | Description |
---|---|
Jcg.viewer.processing3d |
Constructor and Description |
---|
DrawPolyhedronProcessing(MeshViewerProcessing view,
java.util.Collection<Triangle_3> triangles)
Create a 3D triangle soup
|
DrawPolyhedronProcessing(MeshViewerProcessing view,
Polyhedron_3<Point_3> polyhedron3D,
float[][] edgeColors)
Create a surface mesh from a 3D polyhedron (3D surface mesh)
|
DrawPolyhedronProcessing(MeshViewerProcessing view,
java.lang.String filename)
Create a surface mesh from an OFF file
|