|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Editable state for particle colour replacement (colour IDs 11, 12, 13). More...
#include <ViewportOptionsPanel.h>
Public Attributes | |
| bool | enabled = false |
| Whether particle colour replacement is active. | |
| float | colors [3][3][3] = {} |
| Colour values [set 0..2 for IDs 11,12,13][phase 0..2][r/g/b]. | |
| bool | hasSet [3] = {} |
| Which colour IDs (11, 12, 13) are present in the model. | |
Editable state for particle colour replacement (colour IDs 11, 12, 13).
Definition at line 36 of file ViewportOptionsPanel.h.
| float ViewportOptionsPanel::ParticleColorState::colors[3][3][3] = {} |
Colour values [set 0..2 for IDs 11,12,13][phase 0..2][r/g/b].
Definition at line 39 of file ViewportOptionsPanel.h.
| bool ViewportOptionsPanel::ParticleColorState::enabled = false |
Whether particle colour replacement is active.
Definition at line 38 of file ViewportOptionsPanel.h.
| bool ViewportOptionsPanel::ParticleColorState::hasSet[3] = {} |
Which colour IDs (11, 12, 13) are present in the model.
Definition at line 40 of file ViewportOptionsPanel.h.