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 603 of file trackutils.h.
vcg::trackutils::DrawingHint::DrawingHint | ( | ) | [inline] |
Drawing hints constructor.
assign the drawing-related variables.
Definition at line 610 of file trackutils.h.
The circles resolution.
Definition at line 619 of file trackutils.h.
circle color
Definition at line 625 of file trackutils.h.
currently not in use.
Definition at line 623 of file trackutils.h.
currently not in use.
Definition at line 621 of file trackutils.h.
circle line width when active.
Definition at line 629 of file trackutils.h.
circle line width when inactive.
Definition at line 627 of file trackutils.h.