Changeset 5524


Ignore:
Timestamp:
May 16, 2015 5:09:20 PM (9 years ago)
Author:
ldelgass
Message:

Fix x axis label orientation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanovis/branches/1.2/OrientationIndicator.cpp

    r5523 r5524  
    116116            glPushMatrix();
    117117            glTranslatef(0.4, 0., 0.);
    118             glRotatef(90, 0, 1, 0);
     118            glRotatef(90, 1, 0, 0);
    119119            glRotatef(180, 0, 1, 0);
    120120            glScalef(0.0005, 0.0005, 0.0005);
Note: See TracChangeset for help on using the changeset viewer.