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
How likely is it that there will be different types of VRLayers in the future?
It might make more sense for VRLayer to be constructible directly? e.g.
const fovLayer = new VRFOVLayer({canvas: canvas}); fov.eyeSomethingSomething = something; const rectLayer = new VRRectLayer({...}); rectLayer.position.m11 = something; display.requestPresent([fovLayer, rectLayer]);
@domenic might have thoughts here.
Ian
The text was updated successfully, but these errors were encountered:
As far as I can tell it's already constructible.
Sorry, something went wrong.
Oh, I must have been looking at an old version of the spec in my browser, requestPresent seems broken then? @toji
requestPresent
Proposal for converting VRLayers into constructible objects
abb8c72
Attempts to address #142, #107, #166, #156, and #125. Feedback welcome!
Going to close this as a duplicate of #107, and note that a solution has been proposed in #186
No branches or pull requests
How likely is it that there will be different types of VRLayers in the future?
It might make more sense for VRLayer to be constructible directly? e.g.
@domenic might have thoughts here.
Ian
The text was updated successfully, but these errors were encountered: