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
Three.webGLRenderer: the property .physicallyCorrectLights has been removed. Set renderer .useLegacyLights instead is displayed in the console when I use it.
The solution:
renderer.useLegacyLights = false;
The text was updated successfully, but these errors were encountered:
Three.webGLRenderer: the property .physicallyCorrectLights has been removed. Set renderer .useLegacyLights instead
is displayed in the console when I use it.The solution:
The text was updated successfully, but these errors were encountered: