screenToWorldDirection: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |gr1= Positions |descr= Returns the 3D vector in world corresponding to the given point on the screen (in UI coordinates), as if the vector was aiming from the camera to the screen position. |s1= screenToWorldVector screen |p1= screen: Array - screen position [x,y] (see SafeZone for more info) |r1= Array - Vector3D world vector |s2= camera screenToWorldVector position |p21= camera: [[Object]...") |
Lou Montana (talk | contribs) m (Lou Montana moved page screenToWorldVector to screenToWorldDirection without leaving a redirect: Fix) |
(No difference)
|
Revision as of 10:33, 6 June 2024
Description
- Description:
- Returns the 3D vector in world corresponding to the given point on the screen (in UI coordinates), as if the vector was aiming from the camera to the screen position.
- Groups:
- Positions
Syntax
- Syntax:
- screenToWorldVector screen
- Parameters:
- screen: Array - screen position [x,y] (see SafeZone for more info)
- Return Value:
- Array - Vector3D world vector
Alternative Syntax
- Syntax:
- camera screenToWorldVector position
- Parameters:
- camera: Object - camera object
- position: Array - screen position [x,y] (see SafeZone for more info)
- Return Value:
- Array - Vector3D world vector
Examples
- Example 1:
Additional Information
- See also:
- SafeZone worldToScreen screenToWorld
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note