Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 360 度视频播放器,例如https://github.com/gearvrf/GearVRf-Demos/tree/master/gvr-360video。
我想从 GVRScene 实例化这个视频播放器,可以吗?
感谢!
有可能的。可以通过调用 Intent 来完成。但不鼓励这样做。您应该将 360video 代码转换为另一个 GVRScene。如果您仍然想尝试一下,您可以将活动传递给 GVRScene 并从那里触发一个意图。希望有帮助。