Graphite  Version 3
An experimental 3D geometry processing program
OGF::PointStyle Struct Reference

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.
 

Detailed Description

Drawing style for points.

Definition at line 64 of file properties.h.

Constructor & Destructor Documentation

◆ PointStyle()

OGF::PointStyle::PointStyle ( )
inline

PointStyle constructor.

Initializes the PointStyle with default values.

Definition at line 69 of file properties.h.


The documentation for this struct was generated from the following file: