Request External camera shaking

Pipcard

mikusingularity
Addon Developer
Donator
Joined
Nov 7, 2009
Messages
3,709
Reaction score
38
Points
88
Location
Negishima Space Center
With the release of Kerbal Space Program 1.0, there is a new stock feature which seems to shake the camera in external or internal view whenever there are high g-forces (such as a rocket launch, or re-entry, or a crash). It really makes me feel and appreciate how powerful these rockets are.

edit: but the default setting (1) is too shaky. I prefer 0.5.

Imagine if there was an add-on like this for Orbiter. It would be an improved version of [ame="http://www.orbithangar.com/searchid.php?ID=2062"]CamShake[/ame], which only works for internal virtual cockpit views. The shakiness would be separately configurable for both external view and VC.
 
Last edited:

meson800

Addon Developer
Addon Developer
Donator
Joined
Aug 6, 2011
Messages
405
Reaction score
2
Points
18
Is there an API function to do that (Programmably change external camera direction)? Perusing the API quickly, it seems like CamShake probably uses
Code:
OAPIFUNC void oapiCameraSetCockpitDir (double polar, double azimuth, bool transition=false)

But that only works for internal cameras...
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,728
Reaction score
2,692
Points
203
Location
Dallas, TX
I guess one could make a camera vessel that shakes and then using the external camera focus on that shaking vessel others in view would be shaking also?
 
Top