public class MeshEditor
extends java.lang.Object
| Constructor and Description |
|---|
MeshEditor() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List |
smooth(java.util.List orig,
float K)
If the Content instance wraps a mesh, smooth it by the
fraction K (0, 1).
|
static java.util.List |
smooth2(java.util.List<Point3f> orig,
int iterations)
Implemented Blender-style vertex smoothing.
|
public static java.util.List smooth(java.util.List orig,
float K)
orig - K - public static java.util.List smooth2(java.util.List<Point3f> orig,
int iterations)
orig - iterations -