Hi Guys, just want to speed up my panning in VC, what do i need to change?
It is controlled by entries in a camera view. Are you talking about the generic VC view, or another cockpit VC view? Also, what sim are you using?
Take a look at your aircraft.cfg file and see if there are any [CameraDefinition.xyz] entries. These control additional views over and above the baseline VC view if there is one.
Google some info regarding camera views for your sim - It will be worth it. You can add in your own, and with a little practice you will be quite happy.
The baseline"VC" view is buried somewhere, I don't bother with it, I just make one or more custom cameras.
Here is an example of a view I made a for certain airplane (will not say what one). NOTE - I personally find momentum effect annoying and unrealistic:
CameraDefinition.xyz]
Title = "Captain"
Guid = {123XXY etc fictional)}
Origin = Virtual Cockpit
MomentumEffect = NO
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = YES
AllowZoom = TRUE
InitialZoom = .7
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
PitchPanRate=20
HeadingPanRate=60
InitialXyz=.10, 0.06, -.30//L/R (+ is RIGHT), U/D (+ is UP, F/B (- is BACK)
InitialPbh=12.0, 0.0, 0.0//Pan rotate up/down (+ is NU)
Note the Pitch and heading pan rate lines - they can be changed to your liking.
I also set up custom key strokes for"View next category", "next in category", etc to make switching around easy for me.
It will take a little time and testing, but it will pay off, especially for a plane you like and fly often.