Graphite
Version 3
An experimental 3D geometry processing program
|
Drawing style for polygons. More...
#include <OGF/scene_graph/types/properties.h>
Public Member Functions | |
SurfaceStyle () | |
SurfaceStyle constructor. More... | |
Public Attributes | |
bool | visible |
true if polygons are visible, false otherwise. | |
Color | color |
The Color used to draw the polygons. | |
Drawing style for polygons.
Definition at line 167 of file properties.h.
|
inline |
SurfaceStyle constructor.
Initializes the SurfaceStyle with default values.
Definition at line 173 of file properties.h.