mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
minor
This commit is contained in:
parent
20e9703887
commit
f261467878
@ -181,7 +181,7 @@ class ClusterServer(DirectObject.DirectObject):
|
|||||||
(x,y,z,h,p,r) = self.msgHandler.parseCamOffsetDatagram(dgi)
|
(x,y,z,h,p,r) = self.msgHandler.parseCamOffsetDatagram(dgi)
|
||||||
self.lens.setIodOffset(x)
|
self.lens.setIodOffset(x)
|
||||||
self.lens.setViewHpr(h,p,r)
|
self.lens.setViewHpr(h,p,r)
|
||||||
|
|
||||||
def handleCamFrustum(self,dgi):
|
def handleCamFrustum(self,dgi):
|
||||||
""" Adjust camera frustum based on parameters sent by client """
|
""" Adjust camera frustum based on parameters sent by client """
|
||||||
(fl,fs,fo) = self.msgHandler.parseCamFrustumDatagram(dgi)
|
(fl,fs,fo) = self.msgHandler.parseCamFrustumDatagram(dgi)
|
||||||
@ -217,5 +217,5 @@ class ClusterServer(DirectObject.DirectObject):
|
|||||||
exec( command, __builtins__ )
|
exec( command, __builtins__ )
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user