Show
Ignore:
Timestamp:
05/05/08 07:12:19 (5 months ago)
Author:
vossg
Message:

changed: interface cleanup, removed ptr typedefs, nullfc

these will be needed for the 1.x compat stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Action/IntersectAction/OSGIntersectAction.h

    r785 r1198  
    128128          Vec3f    getHitNormal  (      void                 ) const; 
    129129     
    130           NodePtr  getHitObject  (      void                 ) const; 
     130          Node    *getHitObject  (      void                 ) const; 
    131131     
    132132          Int32    getHitTriangle(      void                 ) const; 
     
    139139                                  Real32   leave   ); 
    140140    void            setHit       (Real32   t,  
    141                                   NodePtr  obj,  
     141                                  Node    *obj,  
    142142                                  Int32    triIndex,  
    143143                                  Vec3f   &normal  ); 
     
    261261 
    262262    // Hit object    
    263     NodePtr _hitObject; 
     263    Node   *_hitObject; 
    264264 
    265265    // Index of the hit triangle ( from TriangleIterator::getIndex() )