Is a First Person View possible?

I was wondering whether I would able to create a first person view in P3D. Can I do it? If yes, how?

Hi

Yes, simply… you are the camera.
You ask how ?
There are many examples on the forum and in the sample Panda3d code folder
for placing a camera in a scene and moving it around. I place a camera on terrain
and have ways to move it using both keyboard and mouse. I do all my coding in C++
though, are you looking for Python ?

Just reparent your camera to the head of your player.