wbolden / complex

WebGL Complex Function Plotter, also includes support for dual and split-complex numbers
https://wbolden.github.io/complex/
23 stars 5 forks source link

Error RESULT_CODE_INVALID_CMDLINE_URL when trying to use mesh in Chrome #2

Open GRBaset opened 4 years ago

GRBaset commented 4 years ago

Hello, the problem is that when I try to use a 3D mesh in Chrome, it pauses for a second, then throws the error RESULT_CODE_INVALID_CMDLINE_URL. I tried with just f(z) = z, and the problem persists, so it's definitely not a problem of being too resource-intensive. Chrome version is 83.0.4103.116 on macOS 10.15.5.

wbolden commented 4 years ago

Unfortunately the only mac I have access to is on 10.13.6 and doesn't support newer versions, and testing with the same version of chrome I am unable to replicate the error. If you do figure out the cause of the error, let me know and I'll be happy to add a fix for it.

It is still possible it is related to being too resource-intensive though, since when you switch to 3D mode the function f(z) is only computed once when first generating the mesh or point-cloud. Once it's generated, on all subsequent frames in 3D your browser is just rendering the saved mesh or point-cloud. So it's possible your computer encountered an issue either while generating the mesh or while attempting to draw it due to resource reasons.