Graphite
Version 3
An experimental 3D geometry processing program
|
Drawing style for points. More...
#include <OGF/scene_graph/types/properties.h>
Public Member Functions | |
PointStyle () | |
PointStyle constructor. More... | |
Public Attributes | |
bool | visible |
true if points are visible, false otherwise. | |
Color | color |
Color of the points. | |
index_t | size |
Size of the points. | |
Drawing style for points.
Definition at line 64 of file properties.h.
|
inline |
PointStyle constructor.
Initializes the PointStyle with default values.
Definition at line 69 of file properties.h.