Blender  V2.93
Public Attributes | List of all members
BoidParticle Struct Reference

#include <DNA_particle_types.h>

Public Attributes

struct Objectground
 
struct BoidData data
 
float gravity [3]
 
float wander [3]
 
float rt
 

Detailed Description

Definition at line 62 of file DNA_particle_types.h.

Member Data Documentation

◆ data

struct BoidData BoidParticle::data

◆ gravity

float BoidParticle::gravity[3]

Definition at line 65 of file DNA_particle_types.h.

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

◆ ground

struct Object* BoidParticle::ground

◆ rt

float BoidParticle::rt

Definition at line 67 of file DNA_particle_types.h.

◆ wander

float BoidParticle::wander[3]

Definition at line 66 of file DNA_particle_types.h.

Referenced by rule_average_speed().


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