We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a dynamically created scene DOM, the antialias attribute seems to be ignored when viewing in the Gear VR:
Dynamic result detail:
Notice that the antialias attribute is set:
scene.setAttribute('antialias', 'true');
This is not an issue if the scene DOM is statically created:
Static result detail:
Neither if AFrame is downgraded to 0.6.0: https://bklava.github.io/issues/aframe/gear-antialias/dynamic-6.html
Am I missing something?
The text was updated successfully, but these errors were encountered:
@bklava Is the result the same on the Oculus Browser?
Sorry, something went wrong.
@dmarcos Yes, exactly the same. I've just checked it.
Postpone rendering initialization until a-scene is appended to the DOM (
c261cc2
fix aframevr#3574)
0886434
Merge pull request #3613 from dmarcos/fix3574
87faa2d
Postpone renderer initialization until a-scene is appended to the DOM (fix #3574)
No branches or pull requests
In a dynamically created scene DOM, the antialias attribute seems to be ignored when viewing in the Gear VR:
Dynamic result detail:
Notice that the antialias attribute is set:
This is not an issue if the scene DOM is statically created:
Static result detail:
Neither if AFrame is downgraded to 0.6.0: https://bklava.github.io/issues/aframe/gear-antialias/dynamic-6.html
Am I missing something?
The text was updated successfully, but these errors were encountered: