Blender V4.3
BoidParticle Struct Reference

#include <DNA_particle_types.h>

Public Attributes

struct Objectground
 
struct BoidData data
 
float gravity [3]
 
float wander [3]
 
char _pad0 [4]
 

Detailed Description

Definition at line 43 of file DNA_particle_types.h.

Member Data Documentation

◆ _pad0

char BoidParticle::_pad0[4]

Definition at line 48 of file DNA_particle_types.h.

◆ data

◆ gravity

float BoidParticle::gravity[3]

Definition at line 46 of file DNA_particle_types.h.

Referenced by boid_body(), boid_climb(), reset_particle(), and rule_goal_avoid().

◆ ground

◆ wander

float BoidParticle::wander[3]

Definition at line 47 of file DNA_particle_types.h.

Referenced by rule_average_speed().


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