WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
ViewportOptionsPanel::ParticleColorState Struct Reference

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.
 

Detailed Description

Editable state for particle colour replacement (colour IDs 11, 12, 13).

Definition at line 36 of file ViewportOptionsPanel.h.

Member Data Documentation

◆ colors

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.

◆ enabled

bool ViewportOptionsPanel::ParticleColorState::enabled = false

Whether particle colour replacement is active.

Definition at line 38 of file ViewportOptionsPanel.h.

◆ hasSet

bool ViewportOptionsPanel::ParticleColorState::hasSet[3] = {}

Which colour IDs (11, 12, 13) are present in the model.

Definition at line 40 of file ViewportOptionsPanel.h.


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