Oleksandr Leushchenko

Results 48 comments of Oleksandr Leushchenko

Hi! ARKit supports object tracking, but in order to get an object anchor, you still need to scan the object beforehand. In case you have only an image of the...

Hi @egemolu, You may update the status using `onUpdateNodeForAnchor` like it's described here https://stackoverflow.com/a/57128814/1010710 Hope that helps!

Hi, This might be achieved with `SKEffectNode` and `SKVideoNode` combination. They are not supported by this plugin at this moment, but it shouldn't be a problem to add them. Kind...

It is possible to display videos on materials starting from version `1.0.2`. You may refer to [this sample](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/video_page.dart). Effects are not yet supported.

Hi! This is probably not the answer you wanted to get but my recommendation is to convert it to `.dae` or `.usdz`. If this is not possible - make sure...

Hi @anoop4real , Sorry for the late reply. Just to clarify: everything works fine with a primitive geometry (like a box), but doesn't work for a custom object loaded from,...

Unfortunately, `ARCoachingOverlayView` is not implemented yet. Could you please share some code that illustrates the problem?

Hi! I'm not sure I fully understand what you're trying to achieve, but will try to help 🙂 You may get ambient intensity the same way it is done in...

Hey! Oh, I see that now tests are working on `main`. Sure, I'll update the PR soon.

Hey. Read the README file, scroll to the [Before you go to AppStore](https://github.com/olexale/arkit_flutter_plugin#before-you-go-to-appstore).