Ignore:
Timestamp:
12/30/05 12:08:15 (19 years ago)
Author:
mattausch
Message:

changed castlinesegment of vspbpstree
changed rayinfo ray classification for bsp tree
implemented shuffling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VssTree.cpp

    r473 r485  
    558558#if 1 
    559559        float newCost = raysBack*pvsBack  + raysFront*pvsFront; 
    560         float oldCost = leaf->rays.size()*pvsSize; 
     560        float oldCost = (float)leaf->rays.size()*pvsSize; 
    561561        ratio = newCost/oldCost; 
    562562#else 
Note: See TracChangeset for help on using the changeset viewer.