Matthew Willox
Matthew Willox
@Moguri Yes, I was running it in master. @Kupoman that's an easy workaround. I'll make sure everything has a root bone. Probably makes sense to do it that way. I'll...
CORS on assets is a must, especially if you want to support highly interactive sites that use WebGL and other media because they're so tight on CORS. Could the many...
> const getUrl = (url) => url.replace('//a.storyblok.com', '//a2.storyblok.com'); This worked for me as well, but I had a regional URL. I did this ``` filename.replace('//a-us.storyblok.com', '//a2-us.storyblok.com'); ``` Works perfectly.
If I'm not mistaken, the position of the marker is always the center of the world.