Panda3D
|
Public Member Functions | |
Seek (AICharacter *ai_ch, NodePath target_object, float seek_wt=1.0) | |
Seek (AICharacter *ai_ch, LVecBase3f pos, float seek_wt=1.0) | |
LVecBase3f | do_seek () |
This function performs the seek and returns a seek force which is used in the calculate_prioritized function. | |
Public Attributes | |
AICharacter * | _ai_char |
LVecBase3f | _seek_accum_force |
LVecBase3f | _seek_direction |
bool | _seek_done |
LVecBase3f | _seek_position |
float | _seek_weight |
LVecBase3f Seek::do_seek | ( | ) |
This function performs the seek and returns a seek force which is used in the calculate_prioritized function.
This function is not to be used by the user.
Definition at line 54 of file seek.cxx.
References NodePath::get_pos(), and AIBehaviors::turn_off().
Referenced by AIBehaviors::calculate_prioritized().