Java3d Mac OSX 新手安装说明
我正在尝试在我的 mac osx 上使用 java3d,但我无法在任何地方找到安装说明! 如果有人知道如何做到这一点,或者是否有 java3d 的任何替代品(我知道 jmonkeyengine 就是其中之一),请告诉我!
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 Java 3D 的下载页面上,您将找到“j3d-1_5_2-macosx.zip”。安装过程在“README-unzip.html”中描述:http://java3d.java.net /binary-builds.html
检查 Apple 过时的 Java 3D 版本 1.3 是否安装在 Mac 上的 System/Library/Java/Extensions/ 中。删除所有与 Java 3D 1.3 相关的文件(jar、jnilib),它们没有用。
八月,InteractiveMesh
On Java 3D's download page you will find 'j3d-1_5_2-macosx.zip'. The installation process is described in 'README-unzip.html' : http://java3d.java.net/binary-builds.html
Check if Apple's out-dated Java 3D version 1.3 is installed in System/Library/Java/Extensions/ on your Mac. Remove all Java 3D 1.3 related files (jar, jnilib), they are useless.
August, InteractiveMesh
还有 JOGL (java opengl)、java3d 和 jme (JMonkey Engine)。 Jogl 是最基本的,就像用 java 编写 openGL 一样,因此您可以访问 c 命令。
JMonkeyEngine 使用:http://code.google.com/p/jmonkeyengine/downloads/list< /a> 并选择 mac 版本以获取更多信息,请查看此处:http://jmonkeyengine.org/wiki/doku.php/Documentation。顺便说一句,从上面下载将使用他们的 sdk,但值得一试,除非您真的想在 netbeans/eclipse 中编程。这是 jME 3 http://www.youtube.com/watch?feature=iv&v=cTERYjsJ_Yk&annotation_id=annotation_195125,包括他们的编辑器。
顺便说一句,一两年前,当我对Java 3d编码感兴趣时,我发现Java3D被遗弃在腰边,不确定它是否已经复活了。我确实看到提到过,但我不太确定,如果你要认真开发代码,你应该研究一下。
Jogl 已经死了,但是该网站 http://jogamp.org/ 似乎有自己的酿造,并且可能会更新旧的,不太确定,但是如果您想要的话,他们有很多低级编码平台。
well there is JOGL (java opengl), java3d and jme (JMonkey Engine). Jogl is the most basic in the sense it is like writing openGL but in java so you can access the c commands.
JMonkeyEngine use: http://code.google.com/p/jmonkeyengine/downloads/list and select the mac version for more info look here: http://jmonkeyengine.org/wiki/doku.php/Documentation. Btw downloading from the above will be using their sdk, but it is worth a try unless you really want to program in netbeans/eclipse. Here is some video of jME 3 http://www.youtube.com/watch?feature=iv&v=cTErYjsJ_Yk&annotation_id=annotation_195125, including their editor.
Btw, a year or two ago when I was interested in Java 3d coding I found that Java3D was left by the waist side, not sure if it has been resurrected or not. I did see mention it was, but I am not too sure, you should research that if you will seriously develop code.
Jogl was dead but the site http://jogamp.org/ seems to have their own brew and maybe updating the old one, not too sure, but they have quite a few low level coding platforms if that is what you want.
Java 3D 和几个示例作为 Apple /Developer/Examples/Java/Java3D/ 中“nofollow”>开发者工具。
Java 3D and several examples are installed in
/Developer/Examples/Java/Java3D/
as part of Apple's Developer Tools.