G3X_GetBoxTestResult
C Specification
-
#include <nitro/gx/g3x.h>
int G3X_GetBoxTestResult(s32 * in);
Description
If the return value is 0, the test results are in *in.
- A value other than 0 indicates that part or all of the box is in the view volume.
- A value of 0 indicates that the entire box is outside the view volume.
If the return value is not 0, the test is still executing.
Arguments
in |
Pointer to variable storing the test results |
Return Values
Whether the test has completed (0) or is still execution (not 0).
See Also
G3_BoxTest
Revision History
01/19/2004 Initial Version