bugGNU Octave - Bugs: bug #47698, FLTK lost ability to rotate 3-D...

 
 

bug #47698: FLTK lost ability to rotate 3-D plots

Submitter:  Rik <rik5>
Submitted:  Thu 14 Apr 2016 08:06:38 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  andy1978
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 22 Apr 2016 03:24:34 AM UTC, comment #2: 

I checked in a change here (http://hg.savannah.gnu.org/hgweb/octave/rev/6459479840ba).  It was my fault in the first place when I accidentally inverted the logic test while cleaning up the code.  Closing report.

Rik <rik5>
Group administrator
Thu 21 Apr 2016 07:46:19 PM UTC, comment #1: 

I guess this change introduced this bug: http://hg.octave.org/octave/rev/a5b99b09f8fd#l6.37

where the logic is inverted and should be

if (ap.get_tag () != "legend")


instead. I'll create a cset tomorrow.

Andreas Weber <andy1978>
Group Member
Thu 14 Apr 2016 08:06:38 PM UTC, original submission:  

The ability to rotate 3-D plots with the FLTK toolkit has been lost somewhere along the way on the default branch.

Steps to reproduce


run-octave -f --no-gui
graphics_toolkit fltk
sombrero
## Use the mouse to hit 'R' on the menu at the lower left of the window
## OR
## rotate3d on
##
## Try to rotate the figure, it pans instead of rotates.


This works fine with the qt toolkit.

Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by andy1978 (Posted a comment)
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-04-22 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2016-04-21 andy1978 Assigned toNone andy1978

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code