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: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #44503] 'set (gca, camera.......)' doesn't update 3D plots
Date: Wed, 13 Jul 2016 06:36:33 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

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

Ok, I read over this thread and tried it.  I attach my patch.

A mode change may also need to call "update_transform":


>> sphere()
>> camtarget([0.3 0.6 0.9])
>> camtarget('mode')
ans = manual
>> camtarget('auto')
>> camtarget()
ans =

   0.30000   0.60000   0.90000

>> % but that is not right, nor is the figure updated.

>> % now use the mouse to resize the figure...

>> camtarget()
ans =

   0   0   0
>> % now its correct (and the figure looks right)


Maybe that is a different bug because the return of camtarget() is wrong, not
just the figure window...


(file #37840)
    _______________________________________________________

Additional Item Attachment:

File name: call_update_transform_on_camera_prop_change_44503.patch Size:2 KB


    _______________________________________________________

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]