Show
Ignore:
Timestamp:
05/05/08 07:12:19 (4 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.cpp

    r785 r1198  
    277277} 
    278278 
    279 void IntersectAction::setHit(Real32  t,  
    280                              NodePtr  obj,  
    281                              Int32    triIndex,  
    282                              Vec3f  &normal  ) 
     279void IntersectAction::setHit(Real32  t,  
     280                             Node   *obj,  
     281                             Int32   triIndex,  
     282                             Vec3f  &normal  ) 
    283283{ 
    284284    if(t < 0 || t > _hitT || t > _maxdist) 
     
    304304{ 
    305305    _hitT        = Inf; 
    306     _hitObject   = NullFC
     306    _hitObject   = NULL
    307307    _hitTriangle = -1; 
    308308    _hit         = false;