Hello.
--- Guillaume Rouchy <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I am a newbie in 3D graphics so my question may
> sound stupid but anyway...
It's all good.
> Would it be possible to develop an applet with
> Java3D capabilities and
> run it in a browser without having to download any
> plug-in ?
Until the Java3D plug-in is provided
automatically by the major browsers, no.
> I understand that the VM embedded into the browsers
> are not capable of
> doing that but if Java3D is pure Java API (is it
> ??),
Alas, the core libraries are native code.
> is there a way of
> putting it into a Jar file or embedding it into the
> applet code to be
> download ? Is it realistic (in term of size of the
> applet I guess) ?
Probably not. Those jar files are already huge
in their own right. And again, they're native code.
The users would have to be told to download the
appropriate runtime plugin (Sun's JREs for Windows and
Solaris, the Blackdown JRE for Linux...I'm not sure
for Macs) before they can see your much smaller
applet.
>
> Thanks very much for your help.
>
> Guillaume
>
>
Anytime.
Cromwell
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".