orion3dgames / t5c

Building a open source multiplayer 3d rpg using babylon.js and colyseus
https://t5c.onrender.com
MIT License
119 stars 27 forks source link

[BUG] Camera is creating lag effect as it follows the player #45

Closed orion3dgames closed 1 year ago

orion3dgames commented 1 year ago

FIXED. camera now moves to current player position in main loop. (NO learping is needed as player position is already learped.)