Package | Description |
---|---|
customnode | |
customnode.u3d | |
ij3d.gui | |
isosurface |
Modifier and Type | Class and Description |
---|---|
class |
CustomQuadMesh |
class |
CustomTransparentTriangleMesh |
Constructor and Description |
---|
Mesh(CustomTriangleMesh mesh,
String name,
Color3f color,
float transparency) |
Modifier and Type | Method and Description |
---|---|
void |
InteractiveMeshDecimation.run(CustomTriangleMesh ctm) |
Modifier and Type | Method and Description |
---|---|
CustomTriangleMesh |
MeshGroup.getMesh() |
Modifier and Type | Method and Description |
---|---|
static Set<CustomTriangleMesh> |
SmoothControl.findMeshes(Content content) |
Modifier and Type | Method and Description |
---|---|
static void |
MeshEditor.smooth(CustomTriangleMesh c,
float K)
If the Content instance wraps a mesh, smooth it by the fraction K (0, 1).
|
static void |
MeshEditor.smooth2(CustomTriangleMesh c,
int iterations)
Implemented Blender-style vertex smoothing.
|
Copyright © 2015–2021 Fiji. All rights reserved.