getScreenFromWorldPosition

Revision as of 19:40, 4 October 2019 by Mex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

getScreenFromWorldPosition

Signature: void getScreenFromWorldPosition(Vec3 worldPosition)

Usage: fetch the screen position of a world position

Parameters

Vec3 worldPosition The 3D world position to fetch the 3D screen position for.

Return

void

On failure: Vec3 Vec3(0.0,0.0,0.0)