|
Wavelength
Privacy-focused, cross-platform, and open-source communication application
|
Structure holding information about a single impact effect on the sphere. More...
#include <floating_energy_sphere_widget.h>
Public Attributes | |
| bool | active = false |
| Flag indicating if this impact slot is currently active. | |
| QVector3D | point = QVector3D(0, 0, 0) |
| Point of impact in local sphere coordinates (normalized). | |
| float | start_time = -1.0f |
| Time (from time_value_) when the impact started. -1.0f if inactive. | |
Structure holding information about a single impact effect on the sphere.
| bool ImpactInfo::active = false |
Flag indicating if this impact slot is currently active.
| QVector3D ImpactInfo::point = QVector3D(0, 0, 0) |
Point of impact in local sphere coordinates (normalized).
| float ImpactInfo::start_time = -1.0f |
Time (from time_value_) when the impact started. -1.0f if inactive.