|
From: | Markus Mützel |
Subject: | [Octave-bug-tracker] [bug #57464] patch plot of quadrilateral ill shaped |
Date: | Mon, 23 Dec 2019 05:58:11 -0500 (EST) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0 |
Follow-up Comment #5, bug #57464 (project octave): That really is unexpected. It might be that the code for coplanar partitioning fails. That is in graphics.cc function "coplanar_partition" (at around line 9733). Or it might be the drawing. That is in gl-render.cc function "draw_patch" (in particular the code starting at around line 3390). IIRC, OpenGL tessellator conflates points or constructs new ones if the passed points are non-coplanar (with sometimes unexpected results). I'm guessing that is what you found. So it would probably make sense to start looking at "coplanar_partition" or "is_coplanar" in graphics.cc. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?57464> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |