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. | |
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.
Color OGF::SurfaceStyle::color |
The Color used to draw the polygons.
Definition at line 185 of file properties.h.
bool OGF::SurfaceStyle::visible |
true if polygons are visible, false otherwise.
Definition at line 180 of file properties.h.