Closed ivanKyka closed 2 years ago
I'll take a look.
Looks like those files in the samples folder haven't been updated in a while. If you take the files from the last release and copy them into the samples folder, that should fix your problems. We should've had the build script do that automatically but we didn't. Let me know if that fixes your problem.
All works great! Thanks for your help!
Hi @michael-spinelli ! Now I'm working on migrating our application to Web Workers. For that purpose, I use two files from samples:
m-c.js
andsv-c.js
, which were imported into my custom worker. Rendering works great but I have an error when changing the default friend color to blue. As I see, problem into filearmyc2.c2sd.renderer.utilities.RendererSettings
. Original files have all the necessary methods, but they are missing in bundled files.Code which I use to change graphic color: