Hey hey,
Does anyone know possibly how i can get java to work with VRML? i am making
a vrml world, i need for it to interact with java, when the user selects
objects, i just started to learn vrml so im a big newbie
thanks for any advice and help in advance
idro
Andre Bialojahn - 30 Oct 2004 12:12 GMT
> [Java3D and VRML - HowTo?]
There are loaders for importing VRML into J3D's scenegraph.
(As well as for other formats.)
Just have a look at the pages of the "Web3D Consortium".
Maybe, you'll want to have another look into the J3D-FAQ on
J3D.org and into the archive of the "java3d-interest"-mailinglist.
A quick glance at google ("Java3D VRML loader") should help you
along.
André
Tony Burrows - 01 Nov 2004 12:47 GMT
> Hey hey,
>
[quoted text clipped - 5 lines]
>
> idro
Try
http://www.geocities.com/SiliconValley/Lakes/3015/tutorMain.html
VRML will take its native scripting language, or javascript, or Java (and
even C++). For java you'll need the vrml packages.
Tony
MStepansky - 15 Nov 2004 11:51 GMT
I thought you need Java3D to manipulate 3D objects within Javascript part of
your HTML, right?
What kind of browser should I be looking for to use Javascript within VRML
codes? (PC)
mike