Skip to content

Commit

Permalink
Add cameras from older TMs
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jan 20, 2025
1 parent ebecf00 commit a7f7a16
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
51 changes: 51 additions & 0 deletions Src/GBX.NET/Engines/Game/CGameControlCamera.chunkl
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
CGameControlCamera 0x0306B000
- inherits: CSceneController

0x001
vec3 RelativeTargetPos
bool IsFirstPerson
bool CanCameraMove
bool IsFollowing
float MaxSpeed
float PlaneDist
float MinDist
float MaxDist
float Fov
float DefaultFov
bool UseForcedLocation
iso4 ForcedLocation

0x002
bool UseOnlyFollowedMobilPosition

0x003
id Name

0x004
string Name

0x009
vec3 RelativeFollowedPos
bool IsFirstPerson
bool CanCameraMove
bool IsFollowing
float MaxSpeed
float PlaneDist
float MinDist
float MaxDist
float Fov
float DefaultFov
bool UseForcedLocation
iso4 ForcedLocation
bool UseOnlyFollowedMobilPosition
id Name
string Name
float MinFov
float MaxFov
bool UseForcedUp
vec3 ForcedUp
float DefaultNearZ
float MinNearZ
float MaxNearZ
float DefaultFarZ
float MinFarZ
float MaxFarZ
bool

0x00A
id Name

Expand Down
56 changes: 56 additions & 0 deletions Src/GBX.NET/Engines/Game/CGameControlCameraOrbital3d.chunkl
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
CGameControlCameraOrbital3d 0x0306E000
- inherits: CGameControlCameraTarget

0x001
vec3 RadiusScale
vec2 RotateSpeed
bool OcclusionIsEnable
bool
bool
float MouseBorderMoveSize
float
float
float OcclusionTargetRadius
float OcclusionDistFromHit
float Radius
float Latitude
float Longitude
float RadiusMin
float RadiusMax
float LatitudeMin
float LatitudeMax

0x002
float

0x003
float WheelSensitivity

0x004
float FovKeySensitivity

0x005
vec3 RadiusScale
vec2 RotateSpeed
bool OcclusionIsEnable
bool
bool
float MouseBorderMoveSize
float OcclusionTargetRadius
float OcclusionDistFromHit
float Radius
float Latitude
float Longitude
float RadiusMin
float RadiusMax
float LatitudeMin
float LatitudeMax
float
float WheelSensitivity
float FovKeySensitivity

0x006
float ZoomKeySensitivity

0x007
float DefaultRadius

0 comments on commit a7f7a16

Please sign in to comment.