FreeWRL / FreeX3D 4.3.0
particle Struct Reference

Data Fields

float age
 
float lifespan
 
float size [2]
 
float position [3]
 
float velocity [3]
 
float origin [3]
 
float mass
 
float surfaceArea
 

Detailed Description

Definition at line 335 of file Component_ParticleSystems.c.

Field Documentation

◆ age

float particle::age

Definition at line 337 of file Component_ParticleSystems.c.

◆ lifespan

float particle::lifespan

Definition at line 338 of file Component_ParticleSystems.c.

◆ mass

float particle::mass

Definition at line 345 of file Component_ParticleSystems.c.

◆ origin

float particle::origin[3]

Definition at line 342 of file Component_ParticleSystems.c.

◆ position

float particle::position[3]

Definition at line 340 of file Component_ParticleSystems.c.

◆ size

float particle::size[2]

Definition at line 339 of file Component_ParticleSystems.c.

◆ surfaceArea

float particle::surfaceArea

Definition at line 346 of file Component_ParticleSystems.c.

◆ velocity

float particle::velocity[3]

Definition at line 341 of file Component_ParticleSystems.c.


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