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

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

[Octave-bug-tracker] [bug #47911] edges of mesh visible with flat shadin


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #47911] edges of mesh visible with flat shading and gnuplot toolkit
Date: Sun, 15 May 2016 18:39:33 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17

Follow-up Comment #23, bug #47911 (project octave):

opps! Repeating comment #22 with corrected spelling.

My suggestion to not specify the linetype won't work. However, since the faces
and the lines are drawn independently, the proper fix is simpler. Just don't
draw the lines. 
For edgecolor == "none", the fix for the gnuplot stream is to change ... 
 
splot "-" binary format='%float64' record=49x49 using ($1):($2):($3):($4)
title "" with pm3d \ 
, "-" binary format='%float64' record=49x49 using ($1):($2):($3) title "" with
lines linetype 9 \ 
; 
 
to 

splot "-" binary format='%float64' record=49x49 using ($1):($2):($3):($4)
title "" with pm3d \
;
 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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