mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
hacked in a doorway
This commit is contained in:
parent
16166d6573
commit
3700376719
@ -108,6 +108,11 @@ class DistributedLevel(DistributedObject.DistributedObject,
|
||||
self.notify.debug('zones: %s' % self.zoneNums)
|
||||
assert sameElements(self.zoneNums, self.spec['zones'].keys() + [0])
|
||||
|
||||
# hack in another doorway
|
||||
dw = self.geom.attachNewNode('Doorway27')
|
||||
dw.setPos(-49.4,86.7,19.26)
|
||||
dw.setH(0)
|
||||
|
||||
# find the doorway nodes
|
||||
self.doorwayNum2Node = findNumberedNodes('Doorway')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user