mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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
|
||||
if dr:
|
||||
dr.camLens.setFar(far)
|
||||
cluster('base.camLens.setFar(%f)' % far, 0)
|
||||
|
||||
def setHFov(self, hFov):
|
||||
dr = self.activeDisplayRegion
|
||||
|
Loading…
x
Reference in New Issue
Block a user