From 7e8564756bffbe1c87aba6710f25abc3ca4c400d Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Fri, 20 Dec 2002 02:44:26 +0000 Subject: [PATCH] Added far plane cluster commands --- direct/src/tkpanels/DirectSessionPanel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/tkpanels/DirectSessionPanel.py b/direct/src/tkpanels/DirectSessionPanel.py index 8d1b488b00..726e9c8a32 100644 --- a/direct/src/tkpanels/DirectSessionPanel.py +++ b/direct/src/tkpanels/DirectSessionPanel.py @@ -732,6 +732,7 @@ class DirectSessionPanel(AppShell): dr = self.activeDisplayRegion if dr: dr.camLens.setFar(far) + cluster('base.camLens.setFar(%f)' % far, 0) def setHFov(self, hFov): dr = self.activeDisplayRegion