-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
Examples: Clean up #22029
Examples: Clean up #22029
Conversation
@@ -65,7 +65,6 @@ | |||
renderer.outputEncoding = THREE.sRGBEncoding; | |||
|
|||
scene = new THREE.Scene(); | |||
scene.background = hdrEquirect; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: background was not removed. There were two backgrounds specified.
I am not a fan of these examples that rotate the object unnecessarily. They serve only to obfuscate potential problems. I'd recommend a GUI to toggle-off the animation -- resetting the rotation to zero. |
Updated screen shot is not correct... Not sure what is going on... |
Have you tried |
@Mugen87 I did, and the generated screenshot is still not correct. Can you give it a try? |
@WestLangley can you try running |
Thanks! |
Thanks! That fixed it. |
Follow-on to #21969, which removed the
premultipliedAlpha
test fromwebgl_materials_physical_transmission.html
.