if (R3.Utils.UndefinedOrNull(this.camera)) { this.camera = R3.EntityManager.Instance.findComponentById('yv62w8sx9r'); } if (data.event.deltaY < 0 && this.camera.fov > 30) { this.camera.fov -= 30; this.camera.updateInstance(); } else if (data.event.deltaY > 0 && this.camera.fov < 90) { this.camera.fov += 30; this.camera.updateInstance(); } //@ sourceURL=mouseWheel.js