mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
Add tiled particle atlas support
This commit is contained in:
parent
866877cad0
commit
a71902a571
4 changed files with 101 additions and 15 deletions
|
|
@ -146,6 +146,9 @@ struct M2ParticleEmitter {
|
|||
uint16_t texture;
|
||||
uint8_t blendingType; // 0=opaque,1=alphakey,2=alpha,4=add
|
||||
uint8_t emitterType; // 1=plane,2=sphere,3=spline
|
||||
int16_t textureTileRotation = 0;
|
||||
uint16_t textureRows = 1;
|
||||
uint16_t textureCols = 1;
|
||||
M2AnimationTrack emissionSpeed;
|
||||
M2AnimationTrack speedVariation;
|
||||
M2AnimationTrack verticalRange;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue