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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: