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

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

[Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't upd


From: Rik
Subject: [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots
Date: Fri, 13 Mar 2015 20:35:09 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

Confirmed.  Neither drawnow or refresh change the plot.  Only clicking and
attempting to rotate the plot do it.  I think the issue is that the property
needs to call an update routine after it has changed the value of the
property.  

For example, the 'view' property does change the plot when used in a set
command, but it is defined that way in graphics.in.h.

I made a trivial patch just to see if I could get 'cameraposition' to work
like 'view' and it works.  See the attached diff.

If this is the right strategy, do all of the camera properties need to have an
update routine?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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