BIS fnc sceneRotate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|+$" to "")
m (Text replacement - "<code>([^<]*)\{\{cc\|([^{}]+)\}\} *<\/code>" to "<code>$1// $2</code>")
Line 29: Line 29:
|r1= [[Array]] - Array in format [<noWiki>[</noWiki>PositionX,PositionY,PositionZ], Rotation]
|r1= [[Array]] - Array in format [<noWiki>[</noWiki>PositionX,PositionY,PositionZ], Rotation]


|x1= <code>[[1337,1337,0],42,120,[200,200,0]] [[call]] [[BIS_fnc_sceneRotate]]; {{cc|Returns [<noWiki>[</noWiki>1337.15,1334.18,0],-258]}}</code>
|x1= <code>[[1337,1337,0],42,120,[200,200,0]] [[call]] [[BIS_fnc_sceneRotate]]; // Returns [<noWiki>[</noWiki>1337.15,1334.18,0],-258]</code>


|seealso= [[BIS_fnc_sceneCreateSoundEntities]] [[BIS_fnc_sceneSetBehaviour]] [[BIS_fnc_sceneGetObjects]]
|seealso= [[BIS_fnc_sceneCreateSoundEntities]] [[BIS_fnc_sceneSetBehaviour]] [[BIS_fnc_sceneGetObjects]]
}}
}}

Revision as of 23:23, 12 July 2022

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

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