Ignore:
Timestamp:
09/26/05 02:00:42 (19 years ago)
Author:
mattausch
Message:

added bsp split plane criteria

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r294 r297  
    6565 
    6666BspTree { 
    67         splitPlaneStrategy 14 
     67        # next polygon         = 1 
     68        # axis aligned         = 2 
     69        # least splits         = 4 
     70        # balanced polygons    = 8 
     71        # balanced view cells  = 16 
     72        # largest polygon area = 32 
     73        # vertical axis        = 64 
     74         
     75        # least splits + balanced polygons 
     76        #splitPlaneStrategy 12 
     77        # axis aligned + vertical axis 
     78        #splitPlaneStrategy 66 
     79        # axis aligned + balanced view cells 
     80        #splitPlaneStrategy 18 
     81        # largest polygon area 
     82        #splitPlaneStrategy 32 
     83        splitPlaneStrategy 72 
    6884#       constructionMethod rays 
    6985        constructionMethod viewCells 
     
    7288        maxViewCells 999999 
    7389        Termination { 
     90                maxPolysForAxisAligned 50 
    7491                maxPolygons 0 
    7592                maxDepth 100 
Note: See TracChangeset for help on using the changeset viewer.