8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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);