Ignore:
Timestamp:
06/04/08 11:13:41 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2735 r2736  
    258258        void CastRayBundles4(const SimpleRayContainer &rays, VssRayContainer &vssRays); 
    259259         
    260         void CastRayBundles16(const SimpleRayContainer &rays, VssRayContainer &vssRays); 
     260        void CastRayBundles16(const SimpleRayContainer &rays, VssRayContainer &vssRays, float scale); 
    261261 
    262262        /** Generates a ray bundle of 4 jittered rays and casts them using optimized 4 eye ray casting. 
     
    270270        void Cast4Rays(float *dist, Vector3 *dirs, Vector3 *origs, VssRayContainer &vssRays, const AxisAlignedBox3 &box); 
    271271 
    272         void CastRayBundle16(const SimpleRay &ray, VssRayContainer &vssRays); 
     272        void CastRayBundle16(const SimpleRay &ray, VssRayContainer &vssRays, float scale); 
    273273 
    274274        virtual void ComputeRenderError(); 
Note: See TracChangeset for help on using the changeset viewer.