Fixed error in enum, completely perplexed how the error got in...

This commit is contained in:
Robert Osfield
2006-07-19 19:45:32 +00:00
parent f6efd393b5
commit 4591c68d95

View File

@@ -186,7 +186,7 @@ IntersectVisitor::IntersectVisitor()
// Initialize eyepoint to 0,0,0
setEyePoint(Vec3(0.0f,0.0f,0.0f));
setLODSelectionMode(USE_HEIGHEST_LEVEL_OF_DETAIL); // orignal IntersectVisitor behavior
setLODSelectionMode(USE_HIGHEST_LEVEL_OF_DETAIL); // orignal IntersectVisitor behavior
//setLODSelectionMode(USE_SEGMENT_START_POINT_AS_EYE_POINT_FOR_LOD_LEVEL_SELECTION);
reset();