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

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.
 

Detailed Description

A single segment in a ribbon trail.

Definition at line 186 of file particle.h.

Member Data Documentation

◆ back

glm::vec3 RibbonSegment::back

Segment position, up vector, and back vector.

Definition at line 188 of file particle.h.

◆ len

float RibbonSegment::len

Definition at line 189 of file particle.h.

◆ len0

float RibbonSegment::len0

Current length and initial length.

Definition at line 189 of file particle.h.

◆ pos

glm::vec3 RibbonSegment::pos

Definition at line 188 of file particle.h.

◆ up

glm::vec3 RibbonSegment::up

Definition at line 188 of file particle.h.


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