| general bug attributes |
Create a steering desire using the brainbugz menu entry:

Now you can edit general bug attributes for this desire

| Physical Attributes | ||
| Bug Radius | double | - the radius defines a bounding sphere around the particle, this will be used in computations where the bugs size does matter (collision avoidance) |
| Maximum Force | double | - in behavioural animation forces are self applied and hence limited, maximum force defines how much force a bug can apply for the specific steering desire |
| Inverse Desired Steering Force | bool | - if active, desired steering force is scaled with '-1', that means, e.g. seek will become flee |
| Desired Speed | double | - speed at which bug wants to travel through space |
| Field Of View Attributes | |||
| Use Sensor Range | bool | - check whether to use Sensor Range or not | ![]() |
| Sensor Range | double | - active if Use Sensor Range is checked - defines a distance at which bugs can sense other bugs or targets, think of a sphere with radius Sensor Range around the position of the bug |
|
| Use Sensor Angle | bool | - check whether to use Sensor Angle or not | |
| Sensor Angle | angle | - active if Use Sensor Angle is checked - defines an angle around the heading vector of the bug in which it can sense bugs or targets, think of a cone which top is located at the position of the bug |
|