nunuStudio icon indicating copy to clipboard operation
nunuStudio copied to clipboard

MathUtils.lerp() is not working

Open PikabobAlex opened this issue 2 years ago • 0 comments

MathUtils.lerp() is not working

Description

mainCamera.fov = MathUtils.lerp(mainCamera.fov, new_fov, time) I'm trying to lerp the current fov to a new fov but the editor keep prompting that the MathUtils.lerp is not a function

Version
  • 0.9.6
Platform
  • [ ] Web Version
  • [x] Windows
  • [ ] Linux

PikabobAlex avatar May 20 '22 09:05 PikabobAlex