BIS fnc sceneRotate: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]*)\{\{cc\|([^{}]+)\}\} *<\/code>" to "<code>$1// $2</code>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 19: | Line 19: | ||
|s1= [center, centerAngle, angle, iniPosition] call [[BIS_fnc_sceneRotate]] | |s1= [center, centerAngle, angle, iniPosition] call [[BIS_fnc_sceneRotate]] | ||
|p1= center: [[Array]] - | |p1= center: [[Array]] - center position from MOTION BUILDER | ||
|p2= centerAngle: [[Number]] - | |p2= centerAngle: [[Number]] - rotation of center from MOTION BUILDER | ||
|p3= angle: [[Number]] - | |p3= angle: [[Number]] - rotation | ||
|p4= iniPosition: [[Array]] - | |p4= iniPosition: [[Array]] - inital position | ||
|r1= [[Array]] - Array in format [<noWiki>[</noWiki>PositionX,PositionY,PositionZ], Rotation] | |r1= [[Array]] - Array in format [<noWiki>[</noWiki>PositionX,PositionY,PositionZ], Rotation] | ||
|x1= < | |x1= <sqf>[[1337,1337,0], 42, 120, [200,200,0]] call BIS_fnc_sceneRotate; // returns [[1337.15,1334.18,0],-258]</sqf> | ||
|seealso= [[BIS_fnc_sceneCreateSoundEntities]] [[BIS_fnc_sceneSetBehaviour]] [[BIS_fnc_sceneGetObjects]] | |seealso= [[BIS_fnc_sceneCreateSoundEntities]] [[BIS_fnc_sceneSetBehaviour]] [[BIS_fnc_sceneGetObjects]] | ||
}} | }} |
Revision as of 17:41, 13 July 2022
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
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