Ignore:
Timestamp:
09/04/08 10:14:18 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SampleGenerator.h

    r2900 r2901  
    11#ifndef __SAMPLEGENERATOR_H 
    22#define __SAMPLEGENERATOR_H 
     3 
     4#include "Halton.h" 
    35 
    46 
     
    5254 
    5355        virtual void Generate(float *samples) const; 
     56 
     57protected: 
     58 
     59        static HaltonSequence sHalton; 
    5460}; 
    5561 
     
    6268 
    6369        virtual void Generate(float *samples) const; 
     70 
     71protected: 
     72 
     73        static HaltonSequence sHalton; 
    6474}; 
    6575 
     
    7282 
    7383        virtual void Generate(float *samples) const; 
     84 
     85protected: 
     86 
     87        static HaltonSequence sHalton; 
    7488}; 
    7589 
Note: See TracChangeset for help on using the changeset viewer.