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
camera.aspectRatio
If you set the camera.viewport to (x, y, width, 0), the camera.aspectRation is NaN, and the camera.projectionMatrix is also illegal.
camera.viewport
camera.aspectRation
camera.projectionMatrix
camera.viewport.set(x, y, width, 0); console.log('aspectRation', camera.aspectRation);
The text was updated successfully, but these errors were encountered:
cptbtptpbcptdtptp
No branches or pull requests
If you set the
camera.viewport
to (x, y, width, 0), thecamera.aspectRation
is NaN, and thecamera.projectionMatrix
is also illegal.The text was updated successfully, but these errors were encountered: