- Timestamp:
- 05/05/08 07:12:19 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Action/IntersectAction/OSGIntersectAction.h
r785 r1198 128 128 Vec3f getHitNormal ( void ) const; 129 129 130 Node PtrgetHitObject ( void ) const;130 Node *getHitObject ( void ) const; 131 131 132 132 Int32 getHitTriangle( void ) const; … … 139 139 Real32 leave ); 140 140 void setHit (Real32 t, 141 Node Ptrobj,141 Node *obj, 142 142 Int32 triIndex, 143 143 Vec3f &normal ); … … 261 261 262 262 // Hit object 263 Node Ptr_hitObject;263 Node *_hitObject; 264 264 265 265 // Index of the hit triangle ( from TriangleIterator::getIndex() )
