amcc

Results 40 comments of amcc

Thank you for suggesting these features. I'm using the oEmbed field for essentially storing urls of videos and other embedded media. The reason why this field is great in the...

my preference would be the second option - though having just looked through the current output i can see it may introduce breaking changes. Option 2 seems very useful, there...

I think one straightforward thing that would really help is to provide documentation on iOS for this. A large number of users will be using mobile safari and without permission...

i have exactly the same issue - i'll put something on the mind-ar repo and link to this too, but did you solve this

fixed this here: https://github.com/hiukim/mind-ar-js/issues/549#issuecomment-2414458455 The issue is that strictMode mounts, unmounts then remounts the component. The stop function gets run in that process. I think this points to more checking...

I also have this problem - there is no easing, doing it like this: ``` // in the render loop here values for x/y/z are changing const deltaTime = clock.getDelta();...

I have a repo thats private and its a little hard to share/replicate as it relies on a sanity backed with copyright work. I might be able to make something...

none of this worked for me, however going here and following the compiling steps (for Mac OS X in my case) worked perfectly: https://www.npmjs.com/package/canvas

I've solved this for myself... I'll also post this over on the react mind AR repo (https://github.com/hiukim/mind-ar-js-react). This is happening in NextJS because it runs in strict mode by default...

Update on this. Another problem is caused by my workaround. Multiple instances of the canvas and mind-ar UI elements are getting created if the stop() function isn't called. This needs...