Re: [JAVA3D] VRML Material Swapping Question

2005-06-13 Thread Rolf GablerMieck
hmm..maybe this: start a Looping thread which changes the appearance during your pickbehavior is triggered maybe you have to implement a further behavior to manipulate the appeareance during ..isClicked=true... nextClick=false... regards rolf Mark Alexander Friedgan schrieb: Actually no, I am t

[JAVA3D] VRML Material Swapping Question

2005-06-07 Thread Mark Alexander Friedgan
I would like to make a group blink red for example and I've been trying to find a good solution to this. I.e. right now what I have is a choice node which turns on and off wrapping the group, this blinks the objects in or out of existence but i want them instead to blink red, sort of highlight. W

[JAVA3D] VRML loader ( .wrl format loader )

2005-06-03 Thread Saeed Ansari
Hi all, Can anybody give me a link to download VRMl loder for java3d ?   Regards, Saeed Discover Yahoo! Find restaurants, movies, travel & more fun for the weekend. Check it out! === To unsubscribe, send email t

Re: [JAVA3D] VRML 97

2005-01-18 Thread Kris Kras
8:41 AM To: JAVA3D-INTEREST@JAVA.SUN.COM Subject: [JAVA3D] VRML 97 Hi All, I am wondering to load a VRML file using Java 3D. What is the best loader for doing it? Does anyone has an example code? I just did an example using the Java.net Community Project, but it didn't work fine. Maybe I did

[JAVA3D] VRML 97

2005-01-18 Thread Flavio Gonzaga
Hi All, I am wondering to load a VRML file using Java 3D. What is the best loader for doing it? Does anyone has an example code? I just did an example using the Java.net Community Project, but it didn't work fine. Maybe I did something wrong. I will be glad to reaceive any help regarding this. Th

Re: [JAVA3D] VRML SCREENSHOTS

2004-07-27 Thread ZACZEK, MARIUSZ P. (MARIO) (JSC-DM) (NASA)
.jpg images of whatever screen area of the Canvas3D you define. Mario -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of Ben Logan Sent: Tuesday, July 27, 2004 11:05 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] VRML SCREENSHOTS Hi Guys, I know

[JAVA3D] VRML SCREENSHOTS

2004-07-27 Thread Ben Logan
Hi Guys, I know this strictly isnt the right forum, but I figured most of us have played with vrml at some point... Does anyone know a way to generate screenshots automatically, basically I have a program which produces some vrml and I want to provide some screenshots of that scene to email to the

Re: [JAVA3D] VRML on the web

2004-05-26 Thread Liu Samuel
hi, Maybe you can use j3d to load your vrml file into the brower. J3d application can be used as applet, so you can dynamically display different vrml files. - Original Message - From: Ben Logan <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: [JAVA3D] VRML on the web Hi,

[JAVA3D] VRML on the web

2004-05-26 Thread Ben Logan
Hi, This is not technically a Java3D question, but Im stuck so forgive me... I have a couple of JSP/HTML books and I can't find a way of achieving this; basically I have a webpage that embeds a VRML file like so This works fine, the problem is that I now have a servlet that dynamically generate

Re: [JAVA3D] VRML Lighting?

2004-05-23 Thread Mark McKay
Lally Singh wrote: Hi, I'm trying to put some basic lighting into a scene that's got lots of VRML objects in it. Each VRML model I'm loading is real simple (a lego brick, a cone, etc). As I understand, one has to generate normals to get lighting to work, and to do that, I need to use a NormalGene

[JAVA3D] VRML Lighting?

2004-05-23 Thread Lally Singh
Hi, I'm trying to put some basic lighting into a scene that's got lots of VRML objects in it. Each VRML model I'm loading is real simple (a lego brick, a cone, etc). As I understand, one has to generate normals to get lighting to work, and to do that, I need to use a NormalGenerator, which needs

Re: [JAVA3D] VRML loader

2004-04-13 Thread Nikolai V. Chr.
Leandro L Dihl wrote: Hi, I have problem when I try to get a VRML object loaded with a x3d loader. This error is generate after click on object. javax.media.j3d.CapabilityNotSetException: GeometryArray: no capability to get vertex count You need to call this method on your object if you want to

[JAVA3D] VRML loader

2004-04-08 Thread Leandro L Dihl
Hi, I have problem when I try to get a VRML object loaded with a x3d loader. This error is generate after click on object. javax.media.j3d.CapabilityNotSetException: GeometryArray: no capability to get vertex count at javax.media.j3d.GeometryArray.getVertexCount(GeometryArray.java:581)

[JAVA3D] vrml load(URL)

2003-08-14 Thread Serge Bernier
Hi all, Im tring to load a vrml file with a URL adress: VRML97Loader loader = new VRML97Loader(); loader.load(getCodeBase(),myVMLfile); and it trows me the following error: org.ietf.uri.UnsupportedServiceException: http is not supported at org.ietf.uri.URL.getResource(URL.java:472)

Re: [JAVA3D] vrml load(URL)

2003-08-14 Thread Justin Couch
Serge Bernier wrote: Im tring to load a vrml file with a URL adress: VRML97Loader loader = new VRML97Loader(); loader.load(getCodeBase(),myVMLfile); and it trows me the following error: org.ietf.uri.UnsupportedServiceException: http is not supported This typically happens when you don't have Xj3

Re: [JAVA3D] VRML loading problem

2003-07-03 Thread Alex Bowden
: [EMAIL PROTECTED] Subject:Re: [JAVA3D] VRML loading problem Adam Shadbolt wrote: > Hello all, > > I am using the built in loader to load a VRML file. > My problem is when I access the geometry for the object it is not as it > is in the .wrl file. > So in the vrml file

Re: [JAVA3D] VRML loading problem

2003-07-01 Thread Alan Hudson
Adam Shadbolt wrote: Hello all, I am using the built in loader to load a VRML file. My problem is when I access the geometry for the object it is not as it is in the .wrl file. So in the vrml file there is one shape that is made up of 7000 vertices. I want to move specific vertices; e.g. move ver

[JAVA3D] VRML loading problem

2003-07-01 Thread Adam Shadbolt
Hello all,   I am using the built in loader to load a VRML file. My problem is when I access the geometry for the object it is not as it is in the .wrl file.So in the vrml file there is one shape that is made up of 7000 vertices. I want to move specific vertices; e.g. move vertex 121 to poin

Re: [JAVA3D] VRML LOADING AGAIN

2003-06-24 Thread Christian Schnabl
I set up the jars in the /ext folder but i still get the HTTPNotSupported Exception when i view the applet in a browser. Do you know a way out? === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of th

Re: [JAVA3D] VRML LOADING AGAIN

2003-06-24 Thread Christian Schnabl
Sorry i did not made myself clear. Well actually you figured my problem out. The thing is, i used to load scenes by using the scenegraphio but it caused me troubles with the named objects. I need to access these objects to make different parts transparent. i had an answer from the Forum a few we

Re: [JAVA3D] VRML LOADING AGAIN

2003-06-24 Thread Justin Couch
Christian Schnabl wrote: I'm not sure if its possible but is there a way to load a vrmlfile as a textfile, put it into a stream, let it pick up by an applet that will use the xj3d VRML97Loader to retrieve the Scene from this Stream It's a bit hard to work out exactly what you are trying to do. F

[JAVA3D] VRML LOADING AGAIN

2003-06-23 Thread Christian Schnabl
Some time ago i posted a question on SceneGraphIO about loading branchgroups over the net. Now i want to try a different approach. I'm not sure if its possible but is there a way to load a vrmlfile as a textfile, put it into a stream, let it pick up by an applet that will use the xj3d VRML97Load

[JAVA3D] 3d Studio Max models animated with Java3d: VRML vs .3ds

2003-02-06 Thread P. Flavin
3d Web animation is easy with Java & you can use 3d Studio Max models exported as VRML & loaded with the Sun VRML Loaders and animated with Java3d or Java 1.1. Studio Max 3d "BiPed" Animated with Java3d, Java 1.1 http://www.frontiernet.net/~ima

Re: [JAVA3D] VRML setting Capabilities

2003-01-10 Thread Philip J Colbert
Thanks I had already place the offending section into a try block and all worked out fine. Thanks for the responses. So now I know what was causing it thanks. C YA Phil Colbert :) >= Original Message From Discussion list for Java 3D API <[EMAIL PROTECTED]> = >Philip J Colbert wrote

Re: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Kelvin Chung
Philip J Colbert wrote: Thanks for the tips I have now managed to set the capabilities I requre for the VRML file and I can gather information about the instersection with the pickRay and all seams to work for this section but I get this runtime error every now and again any ideas what it is abo

Re: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Alan Hudson
Philip J Colbert wrote: Thanks for the tips I have now managed to set the capabilities I requre for the VRML file and I can gather information about the instersection with the pickRay and all seams to work for this section but I get this runtime error every now and again any ideas what it is abou

[JAVA3D] VRML setting Capabilities

2003-01-09 Thread Philip J Colbert
k)node).getSharedGroup()); >>} >>else if (node instanceof Shape3D) >> { >>// do the stuff with the geometries >>} else // ignore the rest because you don't know what it can be, >>behaviours, lights, or else... >>

Re: [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Philip J Colbert
your app. > >Cheers, > >Florin > >-Ursprüngliche Nachricht- >Von: Philip J Colbert [mailto:[EMAIL PROTECTED]] >Gesendet: Donnerstag, 9. Januar 2003 12:26 >An: [EMAIL PROTECTED] >Betreff: Re: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities > > >Thanks tha

[JAVA3D] AW: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Florin Herinean
Nachricht- Von: Philip J Colbert [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 9. Januar 2003 12:26 An: [EMAIL PROTECTED] Betreff: Re: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities Thanks that helped The problem I now have is that I still get the runtime error (below) that I thought I w

Re: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Philip J Colbert
y instanceof TriangleArray) >{ >doSomethingWithTriangleArrays((TriangleArray)geometry); >} >else doSomethingWithGeometry(geometry); >} > >Cheers, > >Florin > >-Ursprüngliche Nachricht- >Von: Philip J Colbert [mailto:[EMAIL PROTECTED]] &g

[JAVA3D] AW: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Florin Herinean
((TriangleArray)geometry); } else doSomethingWithGeometry(geometry); } Cheers, Florin -Ursprüngliche Nachricht- Von: Philip J Colbert [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 9. Januar 2003 11:35 An: [EMAIL PROTECTED] Betreff: [JAVA3D] VRML setting Capabilities Hi Everyone I have a

[JAVA3D] VRML setting Capabilities

2003-01-09 Thread Philip J Colbert
Hi Everyone I have a small request. I am using the XJ3D loader Vrml97Loader to load VRML shapes into Java3D. I ultimatly want to be able to use the PickTool to querry the shapes local coordinates and VRWorld coordinates. To do this I need to set the shapes Geometries to ALLOW_COUNT_READ amouns

[JAVA3D] Reliable & Portable VRML Viewing with Java3d, VRML EAI, Java 1.1.

2002-10-14 Thread P. Flavin
Reliable & Portable 3d viewing is the intent of VRML & Java. Reliable & Portable 3d viewing is the possible with VRML & Java. VRML can be animated interatively on the web in a browser with: 1) Java 1.1 ( slower but more portable than Java3d ). 2) Java 2 with Java3d and the Sun VRML L

Re: [JAVA3D] ? VRML Editors and VRML Reduction ?

2002-10-03 Thread Kevin Kim
tober 03, 2002 8:48 PM Subject: Re: [JAVA3D] ? VRML Editors and VRML Reduction ? > ZACZEK, MARIUSZ P. (JSC-DM) (NASA) wrote: > > > Hi, > > Does anyone know of FREE/INEXPENSIVE VRML Editors... > > > VIZup" Optimizer <http://

Re: [JAVA3D] ? VRML Editors and VRML Reduction ?

2002-10-03 Thread Nikolai V. Chr.
ZACZEK, MARIUSZ P. (JSC-DM) (NASA) wrote: > Hi, > Does anyone know of FREE/INEXPENSIVE VRML Editors... VIZup" Optimizer is free. Regards Nikolai === To unsubscribe, send email to [EMAIL

Re: [JAVA3D] ? VRML Editors and VRML Reduction ?

2002-10-03 Thread Nikolai V. Chr.
ZACZEK, MARIUSZ P. (JSC-DM) (NASA) wrote: > Hi, > Does anyone know of FREE/INEXPENSIVE VRML Editors...where you can > modify VRML objects. I know some/most CAD programs > can export into VRML but how about once you have a VRML and you'd > like to edit it. > There is something called Zawelsk

Re: [JAVA3D] ? VRML ... binary or text ?

2002-10-02 Thread Justin Couch
ZACZEK, MARIUSZ P. (JSC-DM) (NASA) wrote: > Sorry for the VRML topic in the Java3D group but maybe someone knows... > are there binary VRML files??? I downloaded some .wrl files but when I > opened them they were binary Run them through a program capable of uncompressing GZip files. Winzip o

[JAVA3D] ? VRML ... binary or text ?

2002-10-02 Thread ZACZEK, MARIUSZ P. (JSC-DM) (NASA)
Sorry for the VRML topic in the Java3D group but maybe someone knows... are there binary VRML files??? I downloaded some .wrl files but when I opened them they were binarythe only ones I know were text based which is all that I thought I could load with the VrmlLoader (vrml97)can someone

Re: [JAVA3D] ? VRML Editors and VRML Reduction ?

2002-10-02 Thread ZACZEK, MARIUSZ P. (JSC-DM) (NASA)
October 02, 2002 12:23 PMTo: [EMAIL PROTECTED]Subject: Re: [JAVA3D] ? VRML Editors and VRML Reduction ? I found 3DReducer free edition  www.3dReducer.com . Seen it grows to more sofisticated product. Alessandro - Original Message - From: ZACZEK, MARIUSZ P. (JSC-DM)

Re: [JAVA3D] ? VRML Editors and VRML Reduction ?

2002-10-02 Thread Marcelo Scotti
ll me   PD2:  as far as i remember, 3DStudioMax (which in fact has VRML exporting capabilities) lets you chisel polygons when exporting     - Original Message - From: ZACZEK, MARIUSZ P. (JSC-DM) (NASA) To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 1:37

Re: [JAVA3D] ? VRML Editors and VRML Reduction ?

2002-10-02 Thread John Richardson
Title: Re: [JAVA3D] ? VRML Editors and VRML Reduction ? Hello, I use Spazz3D. It is inexpensive when licensed and fully functional for 30 days of trial. Get the latest drivers for your graphics card. This solves almost all the problems reported with Spazz and these problems may be out of Keith

Re: [JAVA3D] ? VRML Editors and VRML Reduction ?

2002-10-02 Thread Alessandro Borges
I found 3DReducer free edition  www.3dReducer.com . Seen it grows to more sofisticated product. Alessandro - Original Message - From: ZACZEK, MARIUSZ P. (JSC-DM) (NASA) To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 1:37 PM Subject: [JAVA3D] ? VRML

[JAVA3D] ? VRML Editors and VRML Reduction ?

2002-10-02 Thread ZACZEK, MARIUSZ P. (JSC-DM) (NASA)
Hi,   Does anyone know of FREE/INEXPENSIVE  VRML Editors...where you can modify VRML objects. I know some/most CAD programs   can export into VRML but how about once you have a VRML and you'd like to edit it.     Also, has anyone found any polygon reduction programs that actually work and are al

[JAVA3D] Fw: [JAVA3D] VRML anchors

2002-07-23 Thread Marcelo Scotti
Brian, have you tried CosmoWorlds 2.0 from SGI? Marcelo Scotti > - Original Message - > From: "Brian Fitzgerald" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 22, 2002 10:43 AM > Subject: [JAVA3D] VRML anchors > >

Re: [JAVA3D] VRML anchors

2002-07-23 Thread Marcelo Scotti
Brian, have you tried CosmoWorlds 2.0 from SGI? Marcelo Scotti - Original Message - From: "Brian Fitzgerald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 10:43 AM Subject: [JAVA3D] VRML anchors > Anyone know of a good VRML 2.0 ed

[JAVA3D] VRML anchors

2002-07-22 Thread Brian Fitzgerald
Anyone know of a good VRML 2.0 editing program that allows for the addition of www anchors to polygons. Thought maybe there were some Java apps that could help me out. Thanks ahead of time. Brian [EMAIL PROTECTED] === To u

[JAVA3D] VRML

2002-07-19 Thread David Bourgais
Hi I'm develloping an application with Java3D which displays vrml files. I want to make an option which allows the user to make the vrml scene transparent or not. But I don't know how to make a vrml Scene transparent. Would you mind help me ? If you want, you could send me a part of code. Thank

[JAVA3D] VRML appearance

2002-07-19 Thread David Bourgais
Hi ! Is there a way to set parameters for Appearance of a VRML scene ? If anyone has a succint source code, it would be very nice. Thank you very much. David Bourgais === To unsubscribe, send email to [EMAIL PROTECTED] and

Re: [JAVA3D] VRML and transparency

2002-07-16 Thread Justin Couch
David Bourgais wrote: > I'm working on an application which displays a vrml scene. > I would like to create an option which allows the user to make > transparent or opaque the vrml scene. There's not really a good way of doing this in general. YOu would need to walk the entire scene graph looki

[JAVA3D] VRML and transparency

2002-07-16 Thread David Bourgais
Hi I'm working on an application which displays a vrml scene. I would like to create an option which allows the user to make transparent or opaque the vrml scene. Is there anyone who wants to help me ? Any source code would be appreciated. Thanks a lot. David Bourgais =

[JAVA3D] VRML informations

2002-07-15 Thread David Bourgais
Hello A little question : how could you get informations about a wrl file under Java3D. For exemple, the position of the object, its size, etc, etc ? Thanks for your answers. David Bourgais === To unsubscribe, send email to

[JAVA3D] VRML textures in Java3D

2002-07-09 Thread Thomas
Is it possible to retrieve the name of a image texture file from a VRML model after it's been imported in a java3d program ? I would greatly appreciate a piece of code to do that. Thanks for your help T. ___ Thomas Jung Architect, Research Scientist Design Mac

Re: [JAVA3D] VRML

2002-07-04 Thread Mr H. Morgan
ozilla/5.0 (Windows; U; Win98; fr-FR; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 >X-Accept-Language: fr-fr >MIME-Version: 1.0 >Content-Transfer-Encoding: 7bit >Subject: [JAVA3D] VRML >To: [EMAIL PROTECTED] >X-Razor-id: 4aeb0401a83f84c51fb75e797895e52bbaf6a146 > >Hi > >

[JAVA3D] VRML

2002-07-04 Thread David Bourgais
Hi I'm develloping an application which displays a vrml scene. That's OK for displaying but my problem is that I would like my vrml scene well centered. Any code source will be very appreciated. Thanks ! David Bourgais ===

[JAVA3D] VRML

2002-07-02 Thread Jeremy Zechar
Does anyone know of conversion tools that can be used to output VRML files from Java3D and/or visAD? Anyone used CyberVRML97 enough to know what can and cannot be converted? Any help would be greatly appreciated. Thanks, Jeremy =

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Jason Taylor
The I used to use came from the Cosmo VRML browser. Try http://ca.com/cosmo/ Jason. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, se

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Jurgen Vansteelant
D]> Sent: Friday, May 03, 2002 1:32 PM Subject: Re: [JAVA3D] VRML Loader > Open the vrml file in a text editor and have a look at the lump of lines > around line 21. > > If you post half a dozen lines around there someone might spot the > problem. (don't post the whole fil

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Mojtaba
ispatchEventImpl(Container.java:1200) > at java.awt.Component.dispatchEvent(Component.java:2499) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:319) > at > java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103) > at > java.awt.EventDispatchThre

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Jason Taylor
Open the vrml file in a text editor and have a look at the lump of lines around line 21. If you post half a dozen lines around there someone might spot the problem. (don't post the whole file! :) I'm guessing it's an unsupported vrml node, a differant Loader may have more luck. Does the convert

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Jurgen Vansteelant
:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:84) If anyone understands this , please help me out! Thank you Jurgen - Original Message - From: "Tina Manoharan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 11:59 AM Sub

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Tina Manoharan
Hi, I dont think that the VRML loader supports VRML1.0, it gives parsing error. Its supports VRML2.0 files. Well, you can easily convert VRML1.0 to VRML2.0 files using the vrml1tovrml2.exe converter. You should have it in your System directory. Cheers Tina > I'm using the VRML Loader written b

[JAVA3D] VRML Loader

2002-05-03 Thread Jurgen Vansteelant
Hello,   I'm using the VRML Loader written by the W3C, but I can't load every wrl file that I want. Currently I'm loading a small wrl file (125kB) and that works fine. But when I want to load another one (13 MB) into my application it won't work? Does the loader only works on some wrl files?

Re: [JAVA3D] VRML loading trouble.

2002-03-18 Thread Mojtaba
Hello I believe you are loading VRML1.0 file since it has Separators while the loaders can only load VRML97 (VRML2.0). Try converting your VRML1.0 to VRML2.0 and getting the loader to load the new file. Mojtaba

[JAVA3D] VRML loading trouble.

2002-03-18 Thread Lee Zhou
-Hi, Could you give me a quick explain on vrml97 loader's Unknown node type: Separator? I Tried Sun's VRML loader from Selman's book example, it works fine. But I tried to load my own VRML file, it always throws exceptions as follows: Current user.dir: C:\dev\instruments\singleslitdiffraction\

[JAVA3D] VRML, x3d, VRML2XML : render Your3d with Java3d

2002-03-07 Thread P. Flavin
Yet Another Graphics File Format: Pulease No ! VRML already has an XML-ised new version in the works and some tools to support it. Lot's has been done with Java3d to make viewing of 3d content easier, and more poratble: Join us. > Hello, > I have to define a file format for the geometr

Re: [JAVA3D] VRML for Web Animation: Java 1.1, Java3d, the VRML plug-ins.

2002-03-02 Thread Giles
Justin Couch wrote: >>Hope the VRML loader is avaible in the j3d loader package and a simple >>example of using VRML loader >>can be found inside the Java3D API tutorial. >> > >All loaders work the same. All you need to do is create an instance >of the class that implements the Loader interface a

Re: [JAVA3D] VRML for Web Animation: Java 1.1, Java3d, the VRML plug-ins.

2002-03-02 Thread Justin Couch
Lee Zhou wrote: > Does Sun Microsystem provide a VRML loader that is as easy to use as the > Wavefront file (.OBJ) loader? Sun provides a loader, but it is not part of the standard utilities download that you get with J3D. The only way you are able to get it today is through the J3DFly applicati

Re: [JAVA3D] VRML for Web Animation: Java 1.1, Java3d, the VRML plug-ins.

2002-03-02 Thread Lee Zhou
ks > > Francois. > > >http://groups.google.com/groups?hl=en&group=comp.lang.java.3d&selm=20020301160257.06448.1295 > > Sun has a Java3d Fly Through Demo which can load >and render VRML, you can see a screen capture >at the "games" link below, and get

[JAVA3D] VRML for Web Animation: Java 1.1, Java3d, the VRML plug-ins.

2002-03-02 Thread P. Flavin
a Java3d Fly Through Demo which can load and render VRML, you can see a screen capture at the "games" link below, and get the program and source code ( links on that page ). VRML animation and Games with Java3d VRML Loaders. - http://w

[JAVA3D] VRML Loaders: NCSA, Sun Loader, Sun Fly Through, 'New' X3d/VRML Loaders

2002-02-19 Thread P. Flavin
Good design often separates data from implementation code and loading 3d models as VRML datafiles into a modern, efficient language like Java3d gives you a portable, efficient, network friendly solution. Multiple loaders exist and have been successfully used for Java3d, by Sun, and other parties,

[JAVA3D] VRML Loaders: Sun's Fly Trough Demo Source IS available, NCSA, & better Loaders.

2002-02-18 Thread P. Flavin
h-over.html Note: Java Source files in the above ".jar". On Linux, to extract the files type: jar xvf xj3d_src_041100.jar Jar File ( Date, Time, Size ): 19-Apr-2001, 11:01, 1.2M on windows Java Archive Resources ( ".jar" Files ) may be un-archived by ch

Re: [JAVA3D] Games with Java3d & VRML : Done ... re: possible imp rovements

2002-02-12 Thread Yazel, David J.
Someone forgot to close the door again. -Original Message- From: P. Flavin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 2:52 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] Games with Java3d & VRML : Done ... re: possible improvements Games _ have been _ done with Ja

[JAVA3D] Games with Java3d & VRML : Done ... re: possible improvements

2002-02-12 Thread P. Flavin
Games _ have been _ done with Java3d & VRML, and you can get the source to at least one, and at least one plays on the web, in a browser. Games for the Web with Java3d with VRML http://www.frontiernet.net/~imaging/games_with_java3d.html |

[JAVA3D] AW: [JAVA3D] VRML loader texture problem

2002-02-07 Thread Thomas Bendig
, ViSTA > -Ursprüngliche Nachricht- > Von: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]] > Im Auftrag von Frederic kleinermann > Gesendet: Mittwoch, 6. Februar 2002 20:27 > An: [EMAIL PROTECTED] > Betreff: [JAVA3D] VRML loader texture problem > > Hi ev

[JAVA3D] VRML loader texture problem

2002-02-06 Thread Frederic kleinermann
Hi everybody! I am having two problems with loading VRML files VRML Opacity textures (so they are transparent) dont work properly on my JAVA3D programs. The other problem I am having is with textures changing place when I load VRML files into a Java3D scenegraph and switch between them using

[JAVA3D] Games that ~~ are ~~ using Java3d & VRML ( source code & Screen shots )

2002-02-05 Thread P. Flavin
med for April 4 ). My Java3d works on Windows & Linux ( I'm using Red Hat 7.2 ) Games with Java3d & VRML that work NOW -- http://www.frontiernet.net/~imaging/games_with_java3d.html http://www.frontiernet.net/~imaging/sc_GameBattleShip.jpg | |

[JAVA3D] VRML Molecular Modeling on Linux: Java3d would we better/faster/more extensible.

2002-01-15 Thread P. Flavin
Greetings ... I use Linux and am doing 3d anination with VRML on Linux now. I use Java3d, and it is probably a better more capable solution for your type of application. Java3d is more modern, object-oriented, and better suited for modeling complex animations than VRML scripts in term

Re: [JAVA3D] VRML and animation

2001-12-13 Thread Justin Couch
On Thu, 13 Dec 2001, Andreas Bauer wrote: > To play the animation I must get a Behavior through the Scene Object and > start it, right? Is the behavior already a part of the scene graph? The way we do it is to include allt he behaviours as part of the scene graph. Unfrotunately, because of the w

Re: [JAVA3D] VRML and animation

2001-12-13 Thread Andreas Bauer
Justin Couch wrote: > On Wed, 12 Dec 2001, Andreas Bauer wrote: > > >>I want to play VRML97 animations in java 3D. Should I use the old VRML97 >>loader from sun or Xj3D ? >> > > Depends on what you want to do. If is simple rotate and translate animations, > eitehr will do. if you want more comple

Re: [JAVA3D] VRML Loader and externprotos

2001-12-13 Thread Giles
Denis Troller wrote: > We have tested several solution for the VRML loader (namely the sun > loader, the ncsa portfolio and the xj3d loader), but it seems none of > them can handle the externprotos. > > > > Is there a solution ? > We are planning on supporting extern proto's in Xj3D for the M4 re

[JAVA3D] VRML Loader and externprotos

2001-12-12 Thread Denis Troller
We have tested several solution for the VRML loader (namely the sun loader, the ncsa portfolio and the xj3d loader), but it seems none of them can handle the externprotos.   Is there a solution ?   -- Denis Troller

Re: [JAVA3D] VRML and animation

2001-12-12 Thread Justin Couch
On Wed, 12 Dec 2001, Andreas Bauer wrote: > I want to play VRML97 animations in java 3D. Should I use the old VRML97 > loader from sun or Xj3D ? Depends on what you want to do. If is simple rotate and translate animations, eitehr will do. if you want more complex animations such as morphing, onl

[JAVA3D] VRML and animation

2001-12-12 Thread Andreas Bauer
Hello, I want to play VRML97 animations in java 3D. Should I use the old VRML97 loader from sun or Xj3D ? Can somebody send me source code examples for playing back animations, please? -- Andreas Bauer [EMAIL PROTECTED] ==

[JAVA3D] VRML with modern languages offer external Panels & Portability & other advantages.

2001-12-05 Thread P. Flavin
VRML can be animated now plug-ins, Java3d and 'pure' Java the latter to offering a wide range of options along the trade-off curve of portability vs. performance, but all the while, if you're using 'true' VRML: it's portable and will work reliably across multiple platforms, with all the major br

Re: [JAVA3D] VRML Versions of j3f in Fly through

2001-11-27 Thread Paul Byrne
rmal >X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 >Importance: Normal >X-OriginalArrivalTime: 27 Nov 2001 22:26:21.0396 (UTC) FILETIME=[8A661140:01C17792] >Date: Tue, 27 Nov 2001 17:16:14 -0500 >From: VSI Mark <[EMAIL PROTECTED]> >Subject: [JAVA3D] VRML Versions of j

[JAVA3D] VRML Versions of j3f in Fly through

2001-11-27 Thread VSI Mark
Hi All, Does anybody know or have VRML versions of the j3f file "CGSD_City.j3f" included as part of the Sun Java3D(tm) Fly Through 1.0 beta? Alternatively does anybody know of a j3f to VRML converter? Thanks Mark Vasudevan ===

Re: [JAVA3D] Java3D VRML Loader (vrml97.jar) gzip files

2001-10-25 Thread Jurgen Vansteelant
[mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 12:38 To: [EMAIL PROTECTED] Subject: [JAVA3D] Java3D VRML Loader (vrml97.jar) gzip files Hello ! Just in case somebody still uses the old code from SUN and tries to load big (>1MB) gzip vrml files, I have a hint: (all following is in

[JAVA3D] Java3D VRML Loader (vrml97.jar) gzip files

2001-10-25 Thread Juergen Neubauer
Hello ! Just in case somebody still uses the old code from SUN and tries to load big (>1MB) gzip vrml files, I have a hint: (all following is in the package com.sun.j3d.loaders.vrml97.impl) Loader.java reads the incomming file byte by byte and there is a call to ByteBuf.java. To speed things up

Re: [JAVA3D] VRML Loading error

2001-10-10 Thread Giles
Thomas Gilbert Giusepe wrote: > Hi there, > > I am working around the following error with my VRML loader: > > Exception loading URL: java.security.AccessControlException: access denied > (java.io.FilePermission read)access denied (java.io.FilePermission read) > om.sun.j3d.loaders.ParsingErrorEx

[JAVA3D] VRML Loading error

2001-10-10 Thread Thomas Gilbert Giusepe
Hi there, I am working around the following error with my VRML loader: Exception loading URL: java.security.AccessControlException: access denied (java.io.FilePermission read)access denied (java.io.FilePermission read) om.sun.j3d.loaders.ParsingErrorException Problem to read the WRL archive An

Re: [JAVA3D] vrml writer

2001-10-09 Thread Giles
Jürgen Vansteelant wrote: > Hello, > > I've written a vrml writer for my application but I have some problems with > my Appearance. If anyone would like to check it out , I've putted the java > file in an attachment. > My output is: > CapabilityNotSetException: Appearance: no capability to get >

[JAVA3D] vrml writer

2001-10-08 Thread Jürgen Vansteelant
Hello, I've written a vrml writer for my application but I have some problems with my Appearance. If anyone would like to check it out , I've putted the java file in an attachment. My output is: CapabilityNotSetException: Appearance: no capability to get transparencyAtrributes he stops at line 31

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Juergen Neubauer
Hi, thanx for tha fast answer ! I still use the old vrml97 loader from sun, which already has gzip support. _but_ : instead of 15 seconds (uncompressed model, ~3MB) the compressed 850kb-model needs 11min to load ! In a LAN environment this would not matter, but I have to reduce the amount of da

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Burrows Anthony
Thanks, the amount of work you've saved me! Tony -Original Message- From: Joachim Diepstraten [mailto:[EMAIL PROTECTED]] Sent: 05 October 2001 10:21 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] VRML Loader Hi > Any idea where I can find VRML loaders with source code? I need t

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Joachim Diepstraten
Hi > Any idea where I can find VRML loaders with source code? I need to extend > one. Check http://www.j3d.org/utilities/loaders.html. I know at least the CyberVRML97 is provided with source EOF, J.D. -- Jmark2k+1 (http://www.antiflash.net/jmark) Test the performance of your PC online! =

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Burrows Anthony
Any idea where I can find VRML loaders with source code? I need to extend one. Thanks Tony B -Original Message- From: Joachim Diepstraten [mailto:[EMAIL PROTECTED]] Sent: 05 October 2001 10:04 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] VRML Loader Hi Juergen > Does anybody know

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Joachim Diepstraten
Hi Juergen > Does anybody know of a vrml loader that supports compressed vrml-files ? > > (gzip format or other) Not that I know off, but for some of the VRML-Loaders the sourcecode is available and you basically just have to change the IOStreams to GZIPIOStreams or ZIPIOStreams which are provide

[JAVA3D] VRML Loader

2001-10-05 Thread Juergen Neubauer
Hi ! Does anybody know of a vrml loader that supports compressed vrml-files ? (gzip format or other) Thanx for your support, -Juergen. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the me

Re: [JAVA3D] VRML animaton

2001-08-21 Thread P. Flavin
to Aaron Walsh's idea of "Object-Oriented Programming with PROTOs" as being better than Java ... does he still believe that ? did he ever believe that was a good idea ? it really made no sence at all. What type of animation do you want to do ? I use Math & a Keyboard, Java &

[JAVA3D] VRML animaton

2001-08-19 Thread clive.naicker
Hi,   I have looked at the Morpher eg. in the java3d docs and I am wondering if there is an eg. of the Morpher which users vrml models instead of obj models (in other words, how can I create animation with my vrml models?)   thanks, Clive ...over and out...

  1   2   3   >