Im using SphereMeshGenerator to create a sphere element in a WPF application.
This sphere is mapped with a media element (video).
I would like to place the camera in the middle of the sphere to get view from inside of the sphere.
Ive tried to play with camera position and direction without any success.
My knowledge about wpf and 3d are quite limited unfortunately.
So my question is, if possible, how to do it?
My goal is to emulate a video panoramic animation.
Thank you.
PS: this question has already been asked but still unanswered. See comments section here:
Topic quite old but, as it could help other people in the same situation, i think i have to post the way to do that.
Code XAML using SphereMeshGenerator:
Thx to MABROUKI for the help on this one.