group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
RibbonEmitter::Node Struct Reference

A single recorded point along the ribbon trail. More...

#include <RibbonEmitter.hpp>

Public Attributes

glm::vec3 pos {}
 World-space position of this node.
 
float age = 0.f
 Seconds since this node was recorded.
 

Detailed Description

A single recorded point along the ribbon trail.

Member Data Documentation

◆ age

float RibbonEmitter::Node::age = 0.f

Seconds since this node was recorded.

◆ pos

glm::vec3 RibbonEmitter::Node::pos {}

World-space position of this node.


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