-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
In a dynamically created scene DOM, the antialias attribute seems to be ignored when viewing in the Gear VR:
- code: https://bklava.github.io/issues/aframe/gear-antialias/dynamic.html
- result: https://bklava.github.io/issues/aframe/gear-antialias/dynamic.jpg
Notice that the antialias attribute is set:
scene.setAttribute('antialias', 'true');This is not an issue if the scene DOM is statically created:
- code: https://bklava.github.io/issues/aframe/gear-antialias/static.html
- result: https://bklava.github.io/issues/aframe/gear-antialias/static.jpg
Neither if AFrame is downgraded to 0.6.0: https://bklava.github.io/issues/aframe/gear-antialias/dynamic-6.html
Am I missing something?
- A-Frame Version: 0.8.2
- Platform / Device: Android / Samsung S7 + Samsung Internet + Gear VR
- Reproducible Code Snippet or URL: https://bklava.github.io/issues/aframe/gear-antialias/dynamic.html
Metadata
Metadata
Assignees
Labels
No labels

