![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | CameraBaseClass |
Functions | |
| CameraBaseClass GenericEntityClass | ApplyTransform (float timeslice) |
| Manually applies transformation. This is usually done in EOnPostFrame automatically. | |
| proto external void | GetWorldCameraTransform (out vector mat[4]) |
| Get current camera world transformation. | |
| proto external IEntity | GetCursorTarget () |
| proto external IEntity | GetCursorTargetWithPosition (out vector outPosition) |
| proto external CameraType | GetProjType () |
| Get projection type. | |
| proto external float | GetVerticalFOV () |
| proto external float | GetNearPlane () |
| proto external float | GetFarPlane () |
| proto external void | SetFOVDegree (float fovDegrees) |
| proto external void | SetVerticalFOV (float fov) |
| proto external void | SetNearPlane (float nearPlane) |
| proto external void | SetFarPlane (float farPlane) |
| proto external void | SetCameraIndex (int cameraIndex) |
| proto external int | GetCameraIndex () |
| proto external void | SetLensFlareSet (CameraLensFlareSetType type, string userName) |
| proto external bool | IsAABBVisible (vector mins, vector maxs) |
| Test if the AABB is visible against the view frustum of the camera. | |
| proto external bool | IsSphereVisible (vector origin, float radius) |
| Test if the sphere is visible against the view frustum of the camera. | |
| void | CameraActivate () |
| Called the moment this camera is activated by CameraManager. | |
| void | CameraDeactivate () |
| Called the moment this camera is deactivated by CameraManager. | |