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.
我正在开发一个类似于 Autocad WS 的 android 应用程序。如何在单个布局中对对象进行正交投影(所有 6 个视图)
为此,您应该有 6 个摄像头:将它们的视口渲染为纹理,然后将结果放到屏幕上。此外,您可以渲染您的对象 6 次 - 为每个视图以适当的方式转换它。