I dont remember which version i used. I want to use last release r155 but when change js files. Scene look darkness. I am use default render method. How can i solve this?
Read the following guides to understand the migration tasks in latest releases:
The upcoming release r155 will contain a major change in context of lighting. The legacy lighting mode will be disabled by default which affects all light intensities and how point and spot lights decay.
What does that mean for me?
The release changes the default of WebGLRenderer.useLegacyLights from true to false and also deprecates the property. Meaning it will be eventually removed from the engine with r165.
Setting WebGLRenderer.useLegacyLights to false is one important prerequisite for a…
The upcoming release r152 will contain changes affecting color and lighting. These updates enable a “linear workflow” by default, for better image quality in both physically-based and non-physically-based scenes. By “linear workflow”, we mean that any sRGB input colors (as found in most textures, color pickers, CSS, and HTML) are converted from sRGB to a linear working color space for rendering, and the rendered image is converted back to sRGB for display.
What does that mean for me?
These ch…