Ignore:
Timestamp:
03/08/07 16:59:38 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/pathmap/PathMapEffect.h

    r2197 r2212  
    6565        LPDIRECT3DTEXTURE9              radionTexture;                                  //!< texture containing entry point data, input for weight computation 
    6666        LPDIRECT3DSURFACE9              radionSurface;                                  //!< entry point texture's surface 
     67 
     68        LPDIRECT3DTEXTURE9              aggrWeightsTexture; 
     69        LPDIRECT3DSURFACE9              aggrWeightsSurface; 
    6770 
    6871        KDTree* kdtree;         //!< the kd-tree that contains the scene geometry in raytraceable format 
Note: See TracChangeset for help on using the changeset viewer.