Creating a first person character controller with the camera?

I would like to implement a first person character controller to enable simulating getting out of a plane, doing walk arounds and maybe exploring the world at ground level. I’ve looked through SDK pages and can’t seem to find any mention or examples of manipulating the camera. Is this doable with the current version of SDK or has it not been implemented yet?

This would be fantastic. If I remember correctly there was something like this in FSX.

Sadly it seems a proper camera API doesn’t seem to be a priority for them.

1 Like

Wouldn’t you be able to hook into the slew or drone camera, force it to always push down, disable other unwanted movement (up, roll) and tune the speeds to walking (well, sliding!) speed?

If I can hook the drone camera then that would do it, but do they expose it in the API? I haven’t been able to find it…

I don’t know. I’m not a developer it was just an idea. Thinking sideways. Sometimes it helps :slight_smile:

It seems the camera API is non existent, judging form the link @thecoronadian provided.