Rhino 8 via Parallels Curves not rendering

Everything was working fine before updating to version 8.13.24317.13001.

Previously, I found a solution on the forums to fix the issue by disabling GPU Tessellation, and it worked perfectly. However, since the latest Rhino update, this workaround no longer seems to work.

Has anyone else experienced this, or is there an alternative fix?

Hi Ryan -

Do you know which version you were running prior to this?

I’ve put the issue on the list as RH-84957 Display: Parallels Curve Regression
-wim

Im not sure which version prior sorry.

I am actively developing a plugin, so i am trying to keep Rhino up to date when there is a new version available.

Here is a short GIF showing the issue.

Screen Recording 2024-11-29 at 7.01.40 am_original

FYI i know you guys have a beautiful mac version, im just stuck on windows atm because the plugin is using webview2

Of note, Eto has a WebView which will work on windows and mac. And I believe Eto wraps WebView2 on windows.

We currently use WebView2 for our plugin because it allows us to create a rich and interactive UI/UX experience. One of the key reasons we rely on WebView2 is its ability to send and receive JSON data, which works well. That said, if you can do the same with WebView (1) id be happy to be proven wrong.

In Rhino 8, Eto uses WebView2 / edge on Windows, so you shouldn’t have to compromise, although I haven’t used it so, YMMV :slight_smile: