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

Drawing style for points. More...

#include <OGF/scene_graph/types/properties.h>

Public Member Functions

 PointStyle ()
 PointStyle constructor.
 

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.

Member Data Documentation

◆ color

Color OGF::PointStyle::color

Color of the points.

Definition at line 82 of file properties.h.

◆ size

index_t OGF::PointStyle::size

Size of the points.

Definition at line 87 of file properties.h.

◆ visible

bool OGF::PointStyle::visible

true if points are visible, false otherwise.

Definition at line 77 of file properties.h.


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