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.
我是 Opengl 的新手,我正在尝试将 rajawali 用于我的 android 应用程序。
我正在尝试渲染 3D 对象,并且我想将 3D 对象背景显示为设备的相机预览。我看到了一些实现这一目标的结果,但他们建议使用 CameraView 并将其添加到内容视图中。
但我也想捕获屏幕以及相机预览和 3d 对象模型。
我怎样才能在拉贾瓦里实现这一目标?