Enum MeshResolution
Enumeration constants for oversampling the mesh
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum MeshResolution extends Enum<renderableSeries.surfaceMesh.MeshResolution>
Fields
| Name | Description |
|---|---|
| x1 | 1:1 mesh resolution |
| x2 | 2:1 oversampling e.g. 2 mesh vertices for every cell |
| x4 | 4:1 oversampling e.g. 4 mesh vertices for every cell |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |