This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 316 for ps


Ignore:
Timestamp:
05/30/04 01:35:31 (21 years ago)
Author:
notpete
Message:

Fixed 180 degree rotation issue caused by missed merge with Mark's code on last check in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/graphics/MapReader.cpp

    r306 r316  
    161161            if( templateObject )
    162162            {
    163                 CVector3D orient = ((CMatrix3D*)m_Objects[i].m_Transform)->GetIn();
     163                CVector3D orient = -((CMatrix3D*)m_Objects[i].m_Transform)->GetIn();
    164164                CVector3D position = ((CMatrix3D*)m_Objects[i].m_Transform)->GetTranslation();
    165165
Note: See TracChangeset for help on using the changeset viewer.