Changeset 365


Ignore:
Timestamp:
11/01/05 16:35:03 (19 years ago)
Author:
bittner
Message:

gnomi tests

Location:
trunk/VUT/GtpVisibilityPreprocessor/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/KdTree.h

    r354 r365  
    163163  void AddPassingRay(const Ray &ray, const int contributions) { 
    164164    mPassingRays.AddRay(ray, contributions); 
    165         Debug << "adding passing ray" << endl; 
     165                //              Debug << "adding passing ray" << endl; 
    166166  } 
    167167   
  • trunk/VUT/GtpVisibilityPreprocessor/src/SamplingPreprocessor.cpp

    r363 r365  
    410410                                //mKdTree->GetRandomLeaf(Plane3(normal, point)); 
    411411 
    412                                  
     412                                nodeToSample = GetNodeToSample(object); 
     413 
    413414                                for (int k=0; k < mSamplesPerPass; k++) { 
    414415                                        bool reverseSample = false; 
    415416 
    416                                         nodeToSample = GetNodeToSample(object); 
    417417 
    418418                                        if (nodeToSample) { 
  • trunk/VUT/GtpVisibilityPreprocessor/src/default.env

    r364 r365  
    1010#       filename ../data/vienna/vienna-simple.x3d 
    1111#       filename ../data/vienna/vienna-buildings.x3d 
    12 #filename ../data/vienna/viewcells-25-sel.x3d 
    13 #       filename ../data/atlanta/atlanta2.x3d 
    14         filename ../data/soda/soda.dat 
     12# filename ../data/vienna/viewcells-25-sel.x3d 
     13filename ../data/atlanta/atlanta2.x3d 
     14#       filename ../data/soda/soda.dat 
    1515#       filename ../data/soda/soda5.dat 
    1616} 
     
    5656 
    5757Sampling { 
    58         totalSamples    10000000 
    59         samplesPerPass  20 
     58        totalSamples    500000000 
     59        samplesPerPass  3 
    6060} 
    6161 
Note: See TracChangeset for help on using the changeset viewer.