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.
我需要开发一个应用程序来显示 android 中分子的 3D 模型。谁能告诉我这是如何实现的。
提前致谢。
日深
可能它应该像通常实现的所有 3d 图形一样实现 - 通过 OpenGL(android 支持 OpenGL ES)。您可以从文档开始,然后继续阅读许多 OpenGL 书籍中的一些。
我试过这个例子:
#!C:/Perl64/bin/perl.exe $mickey = "Hi i'm Mickey"; $pluto = "Hi i'm Pluto"; print <<EOF; $pluto Hi i'm Goofy $mickey EOF print &