octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57553] ML/Octave visual differences in plotti


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57553] ML/Octave visual differences in plotting
Date: Sun, 26 Jan 2020 10:49:10 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0

Follow-up Comment #37, bug #57553 (project octave):

The additional faces in "demo light 10" were due to a bug in "isosurface".
When "__unite_shared_vertices__" is called with faces that contain NaN
vertices, those vertices are changed to a "valid" vertex. "isosurface" when
called with "noshare" was not affected.
I resolved this by eliminating all "non-valid" faces in "isosurface" before
calling "__unite_shared_vertices__" here:
http://hg.savannah.gnu.org/hgweb/octave/rev/7cc9f35c2829

We probably need another fix for "reducepatch" which also uses
"__unite_shared_vertices__".

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57553>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]