BIS fnc sceneRotate: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " " to " ") |
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
||
Line 29: | Line 29: | ||
[[Category:{{Name|arma2}}: Functions|{{uc:sceneRotate}}]] | [[Category:{{Name|arma2}}: Functions|{{uc:sceneRotate}}]] | ||
[[Category:{{Name|arma2oa}}: Functions|{{uc:sceneRotate}}]] | [[Category:{{Name|arma2oa}}: Functions|{{uc:sceneRotate}}]] | ||
[[Category:{{Name|tkoh}}: Functions|{{uc:sceneRotate}}]] | [[Category:{{Name|tkoh}}: Functions|{{uc:sceneRotate}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:sceneRotate}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:sceneRotate}}]] |
Revision as of 02:01, 2 February 2021
Description
- Description:
- Compute new object coordinates from given center and angle from MOTION BUILDER
- Execution:
- call
- Groups:
- Scenes
Syntax
- Syntax:
- [center, centerAngle, angle, iniPosition] call BIS_fnc_sceneRotate
- Parameters:
- center: Array - Center position from MOTION BUILDER
- centerAngle: Number - Roation of center from MOTION BUILDER
- angle: Number - Rotation
- iniPosition: Array - Inital position
- Return Value:
- Array - Array in format [[PositionX,PositionY,PositionZ], Rotation]
Examples
- Example 1:
[[1337,1337,0],42,120,[200,200,0]] call BIS_fnc_sceneRotate;// Returns [[1337.15,1334.18,0],-258]
Additional Information
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