mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
don't change camera lens in oobe mode
This commit is contained in:
parent
93dd513808
commit
67957807b6
@ -1377,7 +1377,10 @@ class ShowBase(DirectObject.DirectObject):
|
||||
self.oobeTrackball.node().setMat(mat)
|
||||
|
||||
self.cam.reparentTo(self.oobeCameraTrackball)
|
||||
self.camNode.setLens(self.oobeLens)
|
||||
|
||||
# Don't change the camera lens--keep it with the original lens.
|
||||
#self.camNode.setLens(self.oobeLens)
|
||||
|
||||
if self.oobeVis:
|
||||
self.oobeVis.reparentTo(self.camera)
|
||||
self.oobeMode = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user