mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 19:52:37 -06:00
removed teleport anim
This commit is contained in:
parent
eea2c7ee08
commit
fcc048ac12
1 changed files with 0 additions and 15 deletions
|
@ -1790,21 +1790,6 @@ class Toon(Avatar.Avatar, ToonHead):
|
|||
self.getGeomNode().setClipPlane(self.holeClipPath)
|
||||
self.nametag3d.setClipPlane(self.holeClipPath)
|
||||
avHeight = max(self.getHeight(), 3)
|
||||
|
||||
if self == base.localAvatar:
|
||||
def lerpCam(task):
|
||||
degrees = task.time * 52.941
|
||||
radians = degrees * (math.pi / 180.0)
|
||||
x = -12 * math.sin(radians)
|
||||
y = -12 * math.cos(radians)
|
||||
z = base.localAvatar.getHeight()
|
||||
camera.setPos(x, y, z)
|
||||
camera.setH(-degrees)
|
||||
if task.time > 3.4:
|
||||
return Task.done
|
||||
return Task.cont
|
||||
taskMgr.add(lerpCam, 'lerpCam')
|
||||
|
||||
self.track.start(ts)
|
||||
self.setActiveShadow(0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue