mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 170911. right mouse view panning during mouse picking in external view, signal distance calculation fix, AI car braking improvements, cab camera position retains position between view swaps, physics calculations mode switch, consist brake status report in whois event
This commit is contained in:
@@ -25,17 +25,13 @@ void TCamera::Init(vector3 NPos, vector3 NAngle)
|
||||
{
|
||||
|
||||
vUp = vector3(0, 1, 0);
|
||||
// pOffset= vector3(-0.8,0,0);
|
||||
CrossDist = 10;
|
||||
Velocity = vector3(0, 0, 0);
|
||||
Pitch = NAngle.x;
|
||||
Yaw = NAngle.y;
|
||||
Roll = NAngle.z;
|
||||
Pos = NPos;
|
||||
|
||||
// Type= tp_Follow;
|
||||
Type = (Global::bFreeFly ? tp_Free : tp_Follow);
|
||||
// Type= tp_Free;
|
||||
};
|
||||
|
||||
void TCamera::OnCursorMove(double x, double y)
|
||||
|
||||
Reference in New Issue
Block a user