Lightweight live overlay marker rendered as a single sphere. More...
#include <brainview.h>
Public Attributes | |
| QVector3D | position |
| QColor | color |
| float | radius = 0.003f |
| bool | transparent = false |
| If true, rendered with alpha blending. | |
Lightweight live overlay marker rendered as a single sphere.
Used by BrainView::setLiveMarkers to draw transient markers (e.g. digitizer tracker tip, orientation axes) without going through the model pipeline or recalculating scene bounds.
Definition at line 77 of file brainview.h.
| QColor LiveMarker::color |
Definition at line 79 of file brainview.h.
| QVector3D LiveMarker::position |
Definition at line 78 of file brainview.h.
| float LiveMarker::radius = 0.003f |
Definition at line 80 of file brainview.h.
| bool LiveMarker::transparent = false |
If true, rendered with alpha blending.
Definition at line 81 of file brainview.h.