Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2008, 7:15:55 PM (15 years ago)
Author:
rgrieder
Message:
  • Renamed TransformSpace::Space to TransformSpace::Enum
  • Small changes and adjustments WorldEntity (Revealed while commenting…)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/util/Math.h

    r2459 r2535  
    8080            Enumeration denoting the spaces which a transform can be relative to.
    8181        */
    82         enum Space
     82        enum Enum
    8383        {
    84             /// Transform is relative to the local space
     84            //! Transform is relative to the local space
    8585            Local,
    86             /// Transform is relative to the space of the parent node
     86            //! Transform is relative to the space of the parent node
    8787            Parent,
    88             /// Transform is relative to world space
     88            //! Transform is relative to world space
    8989            World
    9090        };
Note: See TracChangeset for help on using the changeset viewer.