Functions | |
HC_BOOLEAN | Show_Net_Camera_Near_Limit (float *wlimit) |
void | QShow_Net_Camera_Near_Limit (const char *segment, float *wlimit) |
HC_BOOLEAN | PShow_Net_Camera_Near_Limit (int keycount, HC_KEY *pathkeys, float *wlimit) |
HC_BOOLEAN Show_Net_Camera_Near_Limit | ( | float * | wlimit | ) |
Finds the net effective value of wlimit for the specified segment, and returns it to you.
wlimit | - a parametric value from 0.0 at the camera to 1.0 at the target. Passed by reference. Returned to user. |
HC_BOOLEAN QShow_Net_Camera_Near_Limit | ( | const char * | segment, | |
float * | wlimit | |||
) |
Similar to Show_Net_Camera_Near_Limit(), but operates on a given segment rather than the currently open one.
segment | - name of the segment to be queried | |
wlimit | - a parametric value from 0.0 at the camera to 1.0 at the target. Passed by reference. Returned to user. |
void PShow_Net_Camera_Near_Limit | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
float * | wlimit | |||
) |
Similar to Show_Net_Camera_Near_Limit(), but returns the net effective value of the attribute(s) along a path of segments specified by an array of HC_KEY's.
keycount | - size of the pathkeys array | |
pathkeys | - The list of keys starting with the owning segment and following back to some desired segment. | |
wlimit | - a parametric value from 0.0 at the camera to 1.0 at the target. Passed by reference. Returned to user. |