You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logical camera to detect nested models. Currently, it only detects top level models
Alternatives considered
Implementation suggestion
Change from
_ecm.Each<components::Model, components::Name, components::Pose>(
[&](const Entity &,
const components::Model *,
const components::Name *_name,
const components::Pose *_pose)->bool
{
/// todo(anyone) We currently assume there are only top level models/// Update to retrieve world pose when nested models are supported.
modelPoses[_name->Data()] = _pose->Data();
returntrue;
});
Desired behavior
Logical camera to detect nested models. Currently, it only detects top level models
Alternatives considered
Implementation suggestion
Change from
to
in LogicalCamera.cc
Additional context
The text was updated successfully, but these errors were encountered: