HedwigAR

Results 11 comments of HedwigAR

This looks like a z-fighting issue, are you sure your model doesn't have overlapping faces?

Hi! Thanks for looking into this and the feedback! I'll check!

Hi! So I just checked on another phone (Google Pixel 6) and the first scenario does also crash there for me. Even quicker than on the older Samsung Galaxy S9....

Great news! Thank you so much 😄

It's not the prettiest solution, but maybe set the "muted" prop of ViroVideo to true when it's paused? https://docs.viromedia.com/docs/virovideo-2-compare

You could maybe check out the anchor status, from the anchor object that you get when OnAnchorFound is called. "trackingMethod" could maybe work: "The current tracking method used to keep...

So my guess would be something like `{this.yourFunction}>` ``` yourFunction(anchor){ if(anchor.trackingMethod === "lastKnownPose"){ } } ```

I wanted to also be able to upgrade the react-native version. This is what I had to do: in viro/package.json change dependencies to ``` "react": "16.9.0", "react-native": "0.61.2", ``` in...

Hi, I'm personally okay with any implementation of auto-focus, just having a way to set it would be a great help. Currently when inspecting small tabletop models with an Android...

Hi! I was afraid of that, heard the whole AR/VR parts of Mozilla were hit hardest. I came about this through the holodevelopers slack, it's organised through Microsoft for discussion...