-
Hi all, as the title mentioned, I've been porting Drei over to Angular (https://github.com/nartc/angular-three). Recently, as I work on porting I've tried comparing the JSON data, the Scene object, and can't seem to find out what went wrong. I can't even reproduce the issue using Drei's version. Any suggestions? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems to work now. There are a couple of problems:
After fixing the above issues, the Scene does look correct. The color ( |
Beta Was this translation helpful? Give feedback.
ProgressiveLightMap
callsreset()
. This is due to how Angular renders with Async operations.DirectionalLight
position was incorrectly computed inupdate()
After fixing the above issues, the Scene does look correct. The color (
goldenrod
) does seem off. If anyone has any suggestion regarding the Color space, please let me know.