Open ad044 opened 4 years ago
the browser throws an annoying warning about setDynamic and addAttribute being deprecated, replaced them with setUsage and setAttribute.
setDynamic
addAttribute
setUsage
setAttribute
Thanks for this! Should we bump the minimum version of threejs?
sure! no problem. afaik they deprecated these methods in version 110, and react-particles-webgl uses version 107.
the browser throws an annoying warning about
setDynamic
andaddAttribute
being deprecated, replaced them withsetUsage
andsetAttribute
.