I stumbled across an issue related to loading/saving colors.
Especially the emissive color seems to work kinda different when trying to load/save any value.
Could it be that the emissive color does work with 0x112233 color-codes and the base color with #112233?
I realize that lil-gui does work with #112233; that is not what I’m after.
The problem happens only on load and on save; no matter what I try.
Even duplicating the “working” code from “color” to “emissive” won’t work. That’s why I am asking if there is something different in the background I’m not aware of… either that or I’ve screwed myself
Thanks for any thoughts on this.
Doing all this in r143.
This issue is only related to saving/loading RGB values. As soon I set the emissive color manually (via lil-gui) everything does work. It just won’t load/save as #112233 ; instead it saves as 0x112233
I do suspect some other 3rd party modules; but wanted to check first on three.js if there is something I’m not aware of.
Thanks.