mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +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
|
|
@ -90,6 +90,7 @@ struct M2Particle {
|
|||
float life; // current age in seconds
|
||||
float maxLife; // total lifespan
|
||||
int emitterIndex; // which emitter spawned this
|
||||
float tileIndex = 0.0f; // texture atlas tile index
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue