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

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

[Octave-bug-tracker] [bug #35126] pie3.m demo failure


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35126] pie3.m demo failure
Date: Tue, 20 Dec 2011 17:09:30 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7

Follow-up Comment #1, bug #35126 (project octave):

David Batemann looked into having gnuplot render 3D patches a while back.
Searching the archives might turn something up.

I recently took a look. It may be possible to triangulate a patch object and
then render. If the polygons are all simple and convex, then the problem is
straight forward. I can write a simple script for this case to demonstrate,
but don't have the time right now.

It may also be possible to handle simple non-convex polygons in the m-files,
used by the gnuplot backend, by constraining the triangles to lie within the
original polygon, but I'm skeptical that it will be robust without adding some
other meshing libs.

Ultimately, we need to be able to parse a complex polygon into a set of simple
polygons, and those into triangles.

Sorry for not adding more detail. If there are questions, I can try to fill in
the blanks.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35126>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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