aframe-cubemap-component icon indicating copy to clipboard operation
aframe-cubemap-component copied to clipboard

negx.jpg is not rendered in yokohama example on MacOS Chrome?

Open bryik opened this issue 3 years ago • 1 comments

image

Chrome: Version 103.0.5060.53 (Official Build) (arm64) OS: MacOS v12.4 on an M1 Macbook Pro.

Strange as it works in FireFox and in iOS Chrome on my iPad (which also runs an M1).

bryik avatar Jun 26 '22 03:06 bryik

Got sucked down a rabbit hole, but found that the latest version of A-Frame doesn't have this issue.

bryik avatar Jul 16 '22 15:07 bryik

This issue is harder to solve than expected. The latest version of A-Frame causes Browserify to throw an error like:

Error: Can't walk dependency graph: Cannot find module 'es-to-primitive/es5' from '/aframe-cubemap-component/node_modules/aframe/dist/aframe-master.js'

I'm not sure how to resolve this error. The "Browserify workflow" seems pseudo-deprecated in 2022, so it may be better to move this project to a different build system. I guess A-Frame moved to webpack.

bryik avatar Nov 13 '22 19:11 bryik