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

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.
 

Detailed Description

Drawing style for mesh edges.

Definition at line 115 of file properties.h.

Constructor & Destructor Documentation

◆ EdgeStyle()

OGF::EdgeStyle::EdgeStyle ( )
inline

EdgeStyle constructor.

Initializes the EdgeStyle with default values.

Definition at line 120 of file properties.h.


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