Rigs of Rods
2023.09
Soft-body Physics Simulation
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
source
main
gfx
camera
PerVehicleCameraContext.h
Go to the documentation of this file.
1
2
#pragma once
3
4
namespace
RoR
5
{
6
9
12
13
struct
PerVehicleCameraContext
14
{
15
enum
CameraCtxBehavior
16
{
17
CAMCTX_BEHAVIOR_INVALID
,
18
CAMCTX_BEHAVIOR_EXTERNAL
,
19
CAMCTX_BEHAVIOR_VEHICLE_3rdPERSON
,
20
CAMCTX_BEHAVIOR_VEHICLE_SPLINE
,
21
CAMCTX_BEHAVIOR_VEHICLE_CINECAM
22
};
15
enum
CameraCtxBehavior
{
…
};
23
24
PerVehicleCameraContext
():
25
behavior
(
CAMCTX_BEHAVIOR_EXTERNAL
)
26
{}
24
PerVehicleCameraContext
(): {
…
}
27
28
CameraCtxBehavior
behavior
;
29
};
13
struct
PerVehicleCameraContext
{
…
};
30
33
34
}
// namespace RoR
RoR
Definition
AppContext.h:36
RoR::PerVehicleCameraContext
Definition
PerVehicleCameraContext.h:14
RoR::PerVehicleCameraContext::PerVehicleCameraContext
PerVehicleCameraContext()
Definition
PerVehicleCameraContext.h:24
RoR::PerVehicleCameraContext::behavior
CameraCtxBehavior behavior
Definition
PerVehicleCameraContext.h:28
RoR::PerVehicleCameraContext::CameraCtxBehavior
CameraCtxBehavior
Definition
PerVehicleCameraContext.h:16
RoR::PerVehicleCameraContext::CAMCTX_BEHAVIOR_VEHICLE_3rdPERSON
@ CAMCTX_BEHAVIOR_VEHICLE_3rdPERSON
Definition
PerVehicleCameraContext.h:19
RoR::PerVehicleCameraContext::CAMCTX_BEHAVIOR_VEHICLE_SPLINE
@ CAMCTX_BEHAVIOR_VEHICLE_SPLINE
Definition
PerVehicleCameraContext.h:20
RoR::PerVehicleCameraContext::CAMCTX_BEHAVIOR_VEHICLE_CINECAM
@ CAMCTX_BEHAVIOR_VEHICLE_CINECAM
Definition
PerVehicleCameraContext.h:21
RoR::PerVehicleCameraContext::CAMCTX_BEHAVIOR_EXTERNAL
@ CAMCTX_BEHAVIOR_EXTERNAL
Definition
PerVehicleCameraContext.h:18
RoR::PerVehicleCameraContext::CAMCTX_BEHAVIOR_INVALID
@ CAMCTX_BEHAVIOR_INVALID
Definition
PerVehicleCameraContext.h:17
Generated on Fri Jan 2 2026 09:37:02 for Rigs of Rods by
1.9.8