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. More... | |
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.