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
Hi guys! Am I missing something basic or is there really a bug in the project? How do I add a Session Feature during ARCore initialization if in the ARSceneView class the "sessionFeatures" field looks like this: val sessionFeatures: Set<Session.Feature> = setOf(). Do I understand correctly that there is no way to add a new element to the set or am I missing something very simple?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys! Am I missing something basic or is there really a bug in the project? How do I add a Session Feature during ARCore initialization if in the ARSceneView class the "sessionFeatures" field looks like this: val sessionFeatures: Set<Session.Feature> = setOf(). Do I understand correctly that there is no way to add a new element to the set or am I missing something very simple?
Beta Was this translation helpful? Give feedback.
All reactions