hajduakos / PanoDotNet

Interactive panorama viewer for equirectangular (360x180°) panoramas, using WPF 3D.
MIT License
22 stars 11 forks source link

Playing videos #2

Closed MazenSenih closed 7 years ago

MazenSenih commented 7 years ago

Hi, do think there is a way to play a video rendering directly on the sphere, without having to extract frames out of it?!

hajduakos commented 7 years ago

My knowledge about WPF is not so deep, but as far as I know it is possible. Instead of using an ImageBrush as the texture of the sphere, you could use a MediaElement. You should try searching for some example where a MediaElement is put on a 3D object.

MazenSenih commented 7 years ago

Thanks for your response, I will do a research about that :+1: , Keep up the great work!.

Regards