|
Setss the point on the track that the object is moving towards
0 is the first point. number_of_points-1 is the last index (use STATE_track_get_number_of_points() to get this number
Returns OK or VR_ERROR.
Important: note that calling the functions STATE_object_set_chase_type() or STATE_object_set_track()
will initialize the target point, so call STATE_object_set_next_point_on_track() after these functions (if are used )
and not before.
|