v2.0.0
Loading...
Searching...
No Matches
LiveMarker Struct Reference

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.

Detailed Description

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.

Member Data Documentation

◆ color

QColor LiveMarker::color

Definition at line 79 of file brainview.h.

◆ position

QVector3D LiveMarker::position

Definition at line 78 of file brainview.h.

◆ radius

float LiveMarker::radius = 0.003f

Definition at line 80 of file brainview.h.

◆ transparent

bool LiveMarker::transparent = false

If true, rendered with alpha blending.

Definition at line 81 of file brainview.h.


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