Class MoMaterialElement.Material
- java.lang.Object
-
- com.openinventor.meshvizxlm.mapping.elements.MoMaterialElement.Material
-
- Enclosing class:
- MoMaterialElement
public static class MoMaterialElement.Material extends java.lang.Object
Utility class to store colors and coloring options.
-
-
Field Summary
Fields Modifier and Type Field Description SbColor
color
Color used for facesMoMaterial.ColoringType
coloring
Coloring method for facesboolean
isSet
true
if options has been setSbColor
lineColor
Color used for linesMoMaterial.ColoringType
lineColoring
Coloring method for linesSbColor
markerColor
Color used for pointsMoMaterial.ColoringType
markerColoring
Coloring method for pointsfloat
transparency
Transparency value used to display surfaces
-
-
-
Field Detail
-
coloring
public MoMaterial.ColoringType coloring
Coloring method for faces
-
color
public SbColor color
Color used for faces
-
lineColoring
public MoMaterial.ColoringType lineColoring
Coloring method for lines
-
lineColor
public SbColor lineColor
Color used for lines
-
markerColoring
public MoMaterial.ColoringType markerColoring
Coloring method for points
-
markerColor
public SbColor markerColor
Color used for points
-
transparency
public float transparency
Transparency value used to display surfaces
-
isSet
public boolean isSet
true
if options has been set
-
-