Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于VR for VLC是如何把不同的图像画面分别渲染呈现到左右两个镜片中 #1

Open
wlnan opened this issue Dec 9, 2022 · 1 comment

Comments

@wlnan
Copy link

wlnan commented Dec 9, 2022

VR for VLC 播放器的VR模式主要开发技术点:

  1. 应用中 2D/3D 视图模式互相切换
  2. VR模式下将不同的图像画面分别渲染呈现到左右两个镜片中
  3. 将3D左右格式视频的左右两部分分别渲染到不同的模型上
  4. 通过SharpDX库实现视频播放控制引擎
  5. HoloLens的 Spatial Gesture 空间手势识别解析
    问题:2D/3D 视图模式如何切换的,如何将不同的图像画面分别渲染呈现到左右两个镜片中?
    感谢回复
@wlnan
Copy link
Author

wlnan commented Dec 9, 2022

我发现在ViewMangement.cs中定义了public static async void SwitchTo3DViewAsync()函数,但是没看到在哪里调用了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant