JerryI/wolfram-js-frontend

Plot3D clipping issue

Closed this issue · 2 comments

Describe the bug
I'm not entirely sure what causes it, but when I try to do a Plot3D with a lot of curvature or a large area, it seems to have clipping issues

To Reproduce
Plot3D[k^2 + n^3, {k, 0, 10}, {n, 0, 10}]

Expected behavior
No clipping

Screenshots
dUd7GYm

Desktop (please complete the following information):

  • OS: Windows 11
  • Desktop App

Fixed in a new release of wljs-graphics3d-threejs. Please, force check updates from the settings menu to get a new version and then reset cache (Top menu -> Reload)

Just ran some tests and it seems to work perfectly now. Thanks!