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.
我目前正在使用 min3d,但我想要一个正常的相对布局,其中包含一个包含 3D 模型的对象。
这可能与 min3d 吗?
是的,在 min3d 中是可能的。您所要做的就是让您的活动扩展 min3d 库中的 Rendereractivity。从该类中,您可以调用 initscene 和 updatescene 函数,您可以在其中加载 obj 文件并执行必要的选项。