mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
don't include nametag
This commit is contained in:
parent
b639794b19
commit
d3c19148bc
@ -109,7 +109,7 @@ def avatarShadow():
|
||||
|
||||
# Set up a new node to hold the "light": this is an abitrary point
|
||||
# somewhere above the avatar, looking down, as if from the sun.
|
||||
objectPath = base.localAvatar
|
||||
objectPath = base.localAvatar.getGeomNode()
|
||||
shadowCamera = objectPath.attachNewNode('shadowCamera')
|
||||
lightPath = shadowCamera.attachNewNode('lightPath')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user