Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
OGF::SurfaceStyle Struct Reference

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.
 

Detailed Description

Drawing style for polygons.

Definition at line 167 of file properties.h.

Constructor & Destructor Documentation

◆ SurfaceStyle()

OGF::SurfaceStyle::SurfaceStyle ( )
inline

SurfaceStyle constructor.

Initializes the SurfaceStyle with default values.

Definition at line 173 of file properties.h.

Member Data Documentation

◆ color

Color OGF::SurfaceStyle::color

The Color used to draw the polygons.

Definition at line 185 of file properties.h.

◆ visible

bool OGF::SurfaceStyle::visible

true if polygons are visible, false otherwise.

Definition at line 180 of file properties.h.


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