THREEJS version discrepancy between modelviewer.dev/editor and @google/model-viewer npm package 2.1.1 #4042
-
Hello, I am using latest model-viewer (2.1.1) on my app which is using three.js r146. But when I check modelviewer.dev/editor, it's using three.js r148 and as i see from three.js release notes r148 they have added Because of this, the same model looks different on my model-viewer and modelviewer.dev/editor, here is the comparison; modelviewer.dev/editor/ with three.js r148; there is a difference between 2 modelviewers on the nose pad part (while looking through the glass), and on the rayban logo. My question is; am I right on my inference on why this happens (three.js r148 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Indeed you are correct, as the editor and docs use pre-release MV. However, |
Beta Was this translation helpful? Give feedback.
Indeed you are correct, as the editor and docs use pre-release MV. However,
TwoPassDoubleSide
also changed the default behavior (which is being corrected), but has not yet been corrected here. The next release will end up looking the same as v2.1.1.