Page MenuHomeFeedback Tracker

Get model position of an attached object
Feedback, NormalPublic

Description

_child = (attachedObjects _parent) # 0;

Where in _parent model space is _child?

Currently we need to make an inference using world space of _child like this

<parent> worldToModel (getPosWorldVisual <attached object>)

would be useful if we could just get the model position of _child directly, like this

_parent getRelPos _child // [0,-3,1.56]

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

BIS_fnc_KK set Ref Ticket to AIII-55634.Mar 28 2023, 8:05 PM

Revision: 150408

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Mar 28 2023, 8:44 PM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.