|
Graphite Version 3
An experimental 3D geometry processing program
|
Drawing style for mesh edges. More...
#include <OGF/scene_graph/types/properties.h>
Public Member Functions | |
| EdgeStyle () | |
| EdgeStyle constructor. | |
Public Attributes | |
| bool | visible |
| true if edges are visible, false otherwise. | |
| Color | color |
| Color of the edges. | |
| index_t | width |
| width of the edges. | |
Drawing style for mesh edges.
Definition at line 115 of file properties.h.
|
inline |
EdgeStyle constructor.
Initializes the EdgeStyle with default values.
Definition at line 120 of file properties.h.
| Color OGF::EdgeStyle::color |
Color of the edges.
Definition at line 134 of file properties.h.
| bool OGF::EdgeStyle::visible |
true if edges are visible, false otherwise.
Definition at line 129 of file properties.h.
| index_t OGF::EdgeStyle::width |
width of the edges.
Definition at line 139 of file properties.h.