0

I'm trying to write a 3D demo for a client which will simply display a 3D object on a web page and let them manipulate it with the mouse.

At first I thought I could do this fairly easily with the Java 3D API but it seems that to do so, you have to install it first. It's one thing to get the client to accept that the end-user will have to install a common plugin (Java) but I don't think they'll go for the Java3D API too.

I think I need to use webstart but what confuses me is how can I do 3d in Java without needing the client to install Java 3D?

Bit new to this, sorry if it's complete rubbish.

Any ideas?

Thanks in advance.

4

1 回答 1

2

在 Plug-In 2 架构 (1.6.0_10+) JRE 中使用Java Web Start部署 Java 3D 小程序。JWS 使安装原生程序变得简单,事实上,有一个 Java 3D 扩展 JNLP 可以连接。

于 2011-02-25T17:07:42.517 回答