Functions | |
HC_BOOLEAN | Show_Camera_Near_Limit (float *wlimit) |
HC_BOOLEAN | QShow_Camera_Near_Limit (const char *segment, float *wlimit) |
HC_BOOLEAN Show_Camera_Near_Limit | ( | float * | wlimit | ) |
Returns information about the camera near limit.
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_Camera_Near_Limit | ( | const char * | segment, | |
float * | wlimit | |||
) |
Similar to Show_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. |