Fixed problems with intersection visitor coupled with the viewer.

This commit is contained in:
Robert Osfield
2002-02-13 00:13:03 +00:00
parent ef0d53ea54
commit 2624162b0e
3 changed files with 12 additions and 11 deletions

View File

@@ -279,6 +279,7 @@ void SceneView::cull()
}
camera->setNearFar(_near_plane,_far_plane);
_camera->setNearFar(_near_plane,_far_plane);
}
}