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
Recent version of THREE.js have some breaking changes that impact this loader. Here is a short list of changes that might be of interest in cityjson-threejs-loader:
de6628b is addressing the issue regarding changes in colorspace management. Therefore the library is now expected to work with v165.
I have not spotted any issues with the the other two issues: light changes should affect the setup of the renderer and scene on the client side, rather than this library. Am I missing something? Any suggestions?
For the color space change, you might want to check that colors set on the materials generated by the library look the same before and after the upgrade. If they don't, it means that their color space is not correct. We had this issue when working with Giro3D
Recent version of THREE.js have some breaking changes that impact this loader. Here is a short list of changes that might be of interest in
cityjson-threejs-loader
:The text was updated successfully, but these errors were encountered: