Ignore:
Timestamp:
01/10/08 13:17:34 (16 years ago)
Author:
bittner
Message:

sceneBox bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/SimpleRay.h

    r2575 r2588  
    5454   
    5555  SimpleRay(const Vector3 &o, 
    56             const Vector3 &d, 
    57             const unsigned char distribution, 
    58             const float weight, 
    59             const unsigned char flags = F_BIDIRECTIONAL 
    60             ): 
     56                        const Vector3 &d, 
     57                        const unsigned char distribution, 
     58                        const float weight, 
     59                        const unsigned char flags = F_BIDIRECTIONAL 
     60                        ): 
    6161    mOrigin(o), 
    6262    mDirection(d), 
Note: See TracChangeset for help on using the changeset viewer.