aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.66k stars 3.97k forks source link

Textures aren't shown in mobile devices with Adreno 300 series GPU #3971

Closed DIVITRIVI closed 5 years ago

DIVITRIVI commented 5 years ago

Motorola E4 with Google Chrome 71.0.3578.99 photo_2019-01-26_16-20-45

Xiaomi Redmi 5A with Mozilla Firefox 64.0.2 photo_2019-01-26_16-23-07

arpu commented 5 years ago

same with the latest master build? https://a-frobot.github.io/aframe/examples/boilerplate/hello-world/

if yes, some console log would be nice

DIVITRIVI commented 5 years ago

Still have the same problem photo_2019-01-26_18-50-33

Here's the console log remote console log

dmarcos commented 5 years ago

Adreno 300 series GPUs are notorously problematic ( https://github.com/mrdoob/three.js/issues/9988). Likely no fix possible at the A-Frame / THREE.js level.

jagracar commented 5 years ago

Hi, I was having a similar problem (#15633) and i managed to solve it with the changes proposed in this comment:

https://github.com/mrdoob/three.js/issues/14137#issuecomment-397843382

Hopefully it also works for you!

DIVITRIVI commented 5 years ago

Hi, I was having a similar problem (#15633) and i managed to solve it with the changes proposed in this comment:

mrdoob/three.js#14137 (comment)

Hopefully it also works for you!

In what file I'll add those lines, sorry, I'm new on this. Anyway thanks for the advise.

jagracar commented 5 years ago

Hi @DIVITRIVI, I also never used AFrame.

Hopefully someone else can help you with that. Cheers!

dmarcos commented 5 years ago

@jagracar Thanks for the info

dmarcos commented 5 years ago

@DIVITRIVI Do these examples work in your device? http://swimminglessonsformodernlife.com/aframe/examples/

dmarcos commented 5 years ago

Dup of https://github.com/aframevr/aframe/issues/3523

DIVITRIVI commented 5 years ago

@DIVITRIVI Do these examples work in your device? http://swimminglessonsformodernlife.com/aframe/examples/

Sorry for the late reply, yes, those examples works but with some details:

Most of the examples works fine but I still have some errors in the console (in all examples). photo_2019-01-30_23-14-26 err1

Some reflections are replaced with some black glitch photo_2019-01-30_23-16-40 photo_2019-01-30_22-58-55

In the example "shaders" the background is not displayed photo_2019-01-30_23-29-28

In the example "animation-color" the texture has a strange performance photo_2019-01-30_23-03-44

The rest of the examples works fine. Thanks for your hard work.