Blender V2.61 - r43446
|
#include <DNA_actuator_types.h>
Public Attributes | |
short | flag |
short | type |
short | otype |
short | damping |
float | forceloc [3] |
float | forcerot [3] |
float | pad [3] |
float | pad1 [3] |
float | dloc [3] |
float | drot [3] |
float | linearvelocity [3] |
float | angularvelocity [3] |
struct Object * | reference |
Definition at line 114 of file DNA_actuator_types.h.
float bObjectActuator::angularvelocity[3] |
Definition at line 120 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), do_versions(), and draw_actuatorbuttons().
short bObjectActuator::damping |
Definition at line 116 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), and draw_actuatorbuttons().
float bObjectActuator::dloc[3] |
Definition at line 119 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), and draw_actuatorbuttons().
float bObjectActuator::drot[3] |
Definition at line 119 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), do_versions(), and draw_actuatorbuttons().
short bObjectActuator::flag |
Definition at line 115 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), change_object_actuator(), do_versions(), draw_actuatorbuttons(), and init_actuator().
float bObjectActuator::forceloc[3] |
Definition at line 117 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), do_versions(), and draw_actuatorbuttons().
float bObjectActuator::forcerot[3] |
Definition at line 117 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), change_object_actuator(), do_versions(), draw_actuatorbuttons(), and update_object_actuator_PID().
float bObjectActuator::linearvelocity[3] |
Definition at line 120 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), do_versions(), and draw_actuatorbuttons().
short bObjectActuator::otype |
Definition at line 115 of file DNA_actuator_types.h.
Referenced by change_object_actuator(), and draw_actuatorbuttons().
float bObjectActuator::pad[3] |
Definition at line 118 of file DNA_actuator_types.h.
float bObjectActuator::pad1[3] |
Definition at line 118 of file DNA_actuator_types.h.
struct Object* bObjectActuator::reference |
Definition at line 121 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), draw_actuatorbuttons(), expand_object(), lib_link_object(), sca_remove_ob_poin(), and set_sca_new_poins_ob().
short bObjectActuator::type |
Definition at line 115 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), change_object_actuator(), and draw_actuatorbuttons().