mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Added far plane cluster commands
This commit is contained in:
parent
c5143316fd
commit
7e8564756b
@ -732,6 +732,7 @@ class DirectSessionPanel(AppShell):
|
|||||||
dr = self.activeDisplayRegion
|
dr = self.activeDisplayRegion
|
||||||
if dr:
|
if dr:
|
||||||
dr.camLens.setFar(far)
|
dr.camLens.setFar(far)
|
||||||
|
cluster('base.camLens.setFar(%f)' % far, 0)
|
||||||
|
|
||||||
def setHFov(self, hFov):
|
def setHFov(self, hFov):
|
||||||
dr = self.activeDisplayRegion
|
dr = self.activeDisplayRegion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user