getScreenFromWorldPosition
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)