You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a noticeable loss in color saturation in the Nexus 3D model when compared to the HTML example provided. This issue seems to have arisen due to the upgrade of Three.js in the library.
Root Cause Analysis
After conducting research and analysis, I found that:
The library uses Three.js version 1.59.
The repository code uses an older version of Three.js.
The difference in Three.js versions appears to be causing discrepancies in color rendering.
Steps to Reproduce
Load the Nexus 3D example using the library with Three.js version 1.59.
Compare the color saturation with the HTML example provided in the repository using the older Three.js version.
Expected Behavior
The color saturation in the Nexus 3D example should match that of the HTML example.
Observed Behavior
The color saturation in the Nexus 3D example appears significantly reduced compared to the HTML example.
With Version 1.59
with Version 1.46
The text was updated successfully, but these errors were encountered:
m-hassan-ad
changed the title
# Loss in Color Saturation in Nexus 3D Compared to HTML Example
Loss in Color Saturation in Nexus 3D Compared to HTML Example
Dec 3, 2024
Description
There is a noticeable loss in color saturation in the Nexus 3D model when compared to the HTML example provided. This issue seems to have arisen due to the upgrade of Three.js in the library.
Root Cause Analysis
After conducting research and analysis, I found that:
The difference in Three.js versions appears to be causing discrepancies in color rendering.
Steps to Reproduce
Expected Behavior
The color saturation in the Nexus 3D example should match that of the HTML example.
Observed Behavior
The color saturation in the Nexus 3D example appears significantly reduced compared to the HTML example.
With Version 1.59
with Version 1.46
The text was updated successfully, but these errors were encountered: