carboncopies / BrainGenix-ERS

BrainGenix Environment Rendering System (ERS) aims to be a high performance rendering system aimed towards scientific applications such as virtual body simulation. [Note: This project is currently in development].
https://braingenix.org/divisions/ers
GNU Affero General Public License v3.0
3 stars 1 forks source link

Extend Camera Script Variables #443

Closed datacrystals closed 1 year ago

datacrystals commented 1 year ago

Add the following vars to the camera scripting control system:

IsActiveCamera:bool -> Determines if the current camera is active or not CameraFOV:float -> Current FOV setting for the camera CameraPriority:int -> Current priority setting for this camera (used by asset loading)