• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

What is the FOV (field of view) of a camera?

Status
Not open for further replies.
Level 24
Joined
Jun 26, 2020
Messages
1,928
Hello, I'm making a system that includes setting a camera setup and restart the camera as how it was before, I'm including the field of view and saving it using:
Lua:
prevCamera.fieldOfView = GetCameraField(CAMERA_FIELD_FIELD_OF_VIEW)
and to restart it I do:
Lua:
SetCameraField(CAMERA_FIELD_FIELD_OF_VIEW, prevCamera.fieldOfView, 0)
But for some reason, when I do this, the camera zooms in further than it should instead of being the same as before, I wanna know why.
 
Status
Not open for further replies.
Top