Blender  V3.3
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]
 
char _pad0 [4]
 

Detailed Description

Definition at line 46 of file DNA_particle_types.h.

Member Data Documentation

◆ _pad0

char BoidParticle::_pad0[4]

Definition at line 51 of file DNA_particle_types.h.

◆ data

struct BoidData BoidParticle::data

◆ gravity

float BoidParticle::gravity[3]

Definition at line 49 of file DNA_particle_types.h.

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

◆ ground

struct Object* BoidParticle::ground

◆ wander

float BoidParticle::wander[3]

Definition at line 50 of file DNA_particle_types.h.

Referenced by rule_average_speed().


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