|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
A single segment in a ribbon trail. More...
#include <particle.h>
Public Attributes | |
| glm::vec3 | pos |
| glm::vec3 | up |
| glm::vec3 | back |
| Segment position, up vector, and back vector. | |
| float | len |
| float | len0 |
| Current length and initial length. | |
A single segment in a ribbon trail.
Definition at line 186 of file particle.h.
| glm::vec3 RibbonSegment::back |
Segment position, up vector, and back vector.
Definition at line 188 of file particle.h.
| float RibbonSegment::len |
Definition at line 189 of file particle.h.
| float RibbonSegment::len0 |
Current length and initial length.
Definition at line 189 of file particle.h.
| glm::vec3 RibbonSegment::pos |
Definition at line 188 of file particle.h.
| glm::vec3 RibbonSegment::up |
Definition at line 188 of file particle.h.