RwImmVertexPixelSpace(RwImmVertex3d *vertex);
Description
Forces a vertex to have pixel space values.
Arguments
vertex Pointer to immediate vertex to be given pixel space values.
Comments
On an immediate mode callback vertices which are not in the view frustrum do not have pixel space values. If pixel space values are still required they can be found using this function. The pixel position returned can potentially be negative or greater than the width or height of the camera.
See Also