Drawing hints for manipulators. More...
#include <trackutils.h>
Public Member Functions | |
DrawingHint () | |
Drawing hints constructor. | |
Public Attributes | |
int | CircleStep |
The circles resolution. | |
Color4b | color |
circle color | |
bool | DrawTrack |
currently not in use. | |
bool | HideStill |
currently not in use. | |
float | LineWidthMoving |
circle line width when active. | |
float | LineWidthStill |
circle line width when inactive. |
Drawing hints for manipulators.
This class is an holder for drawing-related variables.
It's mainly used for SphereMode and InactiveMode drawings.
Definition at line 593 of file trackutils.h.
vcg::trackutils::DrawingHint::DrawingHint | ( | ) | [inline] |
Drawing hints constructor.
assign the drawing-related variables.
Definition at line 600 of file trackutils.h.
The circles resolution.
Definition at line 609 of file trackutils.h.
circle color
Definition at line 615 of file trackutils.h.
currently not in use.
Definition at line 613 of file trackutils.h.
currently not in use.
Definition at line 611 of file trackutils.h.
circle line width when active.
Definition at line 619 of file trackutils.h.
circle line width when inactive.
Definition at line 617 of file trackutils.h.