Skip to content
New issue

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

three.js canvas geometry panorama example renders incorrectly #21005

Open
jdm opened this issue Jun 6, 2018 · 4 comments
Open

three.js canvas geometry panorama example renders incorrectly #21005

jdm opened this issue Jun 6, 2018 · 4 comments
Labels
A-content/canvas 2d canvas API I-perf-slow Unnecessary performance degredation.

Comments

@jdm
Copy link
Member

jdm commented Jun 6, 2018

https://threejs.org/examples/canvas_geometry_panorama.html
https://threejs.org/examples/canvas_geometry_panorama_fisheye.html

@jdm jdm added I-perf-slow Unnecessary performance degredation. A-content/webgl 3d canvas API labels Jun 6, 2018
@nox
Copy link
Contributor

nox commented Oct 9, 2018

#21004 and this one both uses THREEJS.PerspectiveCamera.

@nox
Copy link
Contributor

nox commented Oct 24, 2018

The very first frame before the camera moves is already broken.

capture d ecran 2018-10-24 a 15 16 48

The black band of pixels on the right is not supposed to be there and the sky is supposed to be covering the entire window.

@nox
Copy link
Contributor

nox commented Oct 24, 2018

For some reason, if I comment out renderer.setPixelRatio( window.devicePixelRatio ); it doesn't change anything in Firefox but the sky becomes twice as smaller in Servo.

@nox
Copy link
Contributor

nox commented Oct 25, 2018

This actually has no WebGL involved and the demo was deleted from upstream 15 days ago when they removed CanvasRenderer.

@nox nox added A-content/canvas 2d canvas API and removed A-content/webgl 3d canvas API labels Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-content/canvas 2d canvas API I-perf-slow Unnecessary performance degredation.
Projects
None yet
Development

No branches or pull requests

2 participants