Changeset 473 for trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.h
- Timestamp:
- 12/20/05 20:33:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.h
r472 r473 102 102 // minimum area nodes 103 103 int minAreaNodes; 104 104 /// nodes termination because of max cost ratio; 105 int maxCostNodes; 105 106 // max number of rays per node 106 107 int maxObjectRefs; … … 144 145 maxRayContribNodes = 0; 145 146 minAreaNodes = 0; 147 maxCostNodes = 0; 146 148 147 149 contributingSamples = 0; … … 346 348 347 349 typedef std::stack<BspTraversalData> BspTraversalStack; 348 //typedef std::priority_queue<BspTraversalData> BspTraversalStack;349 350 /** Default constructorcreating an empty tree.350 351 /** Default constructor reading the environment file and 352 creating an empty tree. 351 353 */ 352 354 BspTree(); 353 355 /** Destroys tree and nodes. 356 */ 354 357 ~BspTree(); 355 358
Note: See TracChangeset
for help on using the changeset viewer.