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
constmaterial=useMemo(()=>newTHREE.MeshBasicMaterial({color: newTHREE.Color().setRGB(r/300,g/300,b/300).convertSRGBToLinear()}),[pointColor,useCustomPointColor,timeSeries])// It was converting to sRGB colorspace while the line shader uses linear
0 commit comments