Blender
V3.3
|
#include <BKE_pointcache.h>
Public Attributes | |
unsigned int | index |
float | loc [3] |
float | vel [3] |
float | rot [4] |
float | ave [3] |
float | size |
float | times [3] |
struct BoidData | boids |
Definition at line 81 of file BKE_pointcache.h.
float PTCacheData::ave[3] |
Definition at line 86 of file BKE_pointcache.h.
struct BoidData PTCacheData::boids |
Definition at line 88 of file BKE_pointcache.h.
unsigned int PTCacheData::index |
Definition at line 82 of file BKE_pointcache.h.
float PTCacheData::loc[3] |
Definition at line 83 of file BKE_pointcache.h.
float PTCacheData::rot[4] |
Definition at line 85 of file BKE_pointcache.h.
float PTCacheData::size |
Definition at line 87 of file BKE_pointcache.h.
float PTCacheData::times[3] |
Definition at line 88 of file BKE_pointcache.h.
float PTCacheData::vel[3] |
Definition at line 84 of file BKE_pointcache.h.