BIS_fnc_sceneRotate

From Bohemia Interactive Community
Revision as of 13:40, 8 November 2023 by Lou Montana (talk | contribs) (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

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 - rotation 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

See also:
BIS_fnc_sceneCreateSoundEntities BIS_fnc_sceneSetBehaviour BIS_fnc_sceneGetObjects

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