[JAVA3D] Offtopic: Re: Re: [JAVA3D] Trojan

2000-01-13 Thread Chris Wewerka
No, I don't think so. This trojan does not use security holes in your browser or your mail program. It's far too simple. bye Chris > Hi > > i accidentally open the html file but i didnt run the exe file... am i infected too?? > thanks > > bye > > -Original Message- > From: Chris Wewer

Re: [JAVA3D] Re : [JAVA3D] flat VRML-Textures

2000-01-13 Thread Chris Wewerka
> And yet an other question: > Is there a way to speed up texture loading?´ If you look into the code of TextureLoader you can see something like thread.sleep(100) in the loop where the image is loaded. This takes a lot of time. At this place you can use the image loader from Justin Couch for exa

Re: [JAVA3D] Use of Slider Bars

2000-01-13 Thread Andrew Phelps
Alex, I should have mentioned that you will need to unzip test30.zip and run java test30. Regards, Andy Phelps -Original Message- From: Andrew Phelps [mailto:[EMAIL PROTECTED]] Sent: 13 January 2000 09:01 To: Discussion list for Java 3D API Subject:RE: [JAVA3D] Use of Sl

Re: [JAVA3D] Use of Slider Bars

2000-01-13 Thread Andrew Phelps
Alex, I posted this on the list about 7 months ago. The example contains a 3D scene controlled by the mouse and a Jslider. The scene contains a simple 2D wave, with the profile a function of time. Time is in turn a function of the JSlider. (Changing the JSlider will alter the wave profile). Hope

Re: [JAVA3D] Trojan

2000-01-13 Thread David Hallé
I'm very sorry for that!!! I receive it from this list so I did'nt take care It seems that it is only by clicking on the .exe that you'll be infected. Again, very sorry for that. David. ___ Message envoye depuis iFrance

[JAVA3D] Mirror Image

2000-01-13 Thread Gregory Hopkins
Hi, Please can someone help me to create a mirror image of a scene? So far I have tried adding a reflection matrix to the view, but I ran into the non-affine/non-congruent bug that has already been mentioned here. Next I tried to reflect the object instead of the view, but when I did this, the

[JAVA3D] Merging java3d environments

2000-01-13 Thread Phil Dollery
Hi, I'm currently trying to develop a 3d virtual city, which a user can navigate around and enter buildings. However I also want to make it possible for other people to write code for their own building or city areas and add them to my city once it is completed. Does anyone know of a way in whi

Re: [JAVA3D] Merging java3d environments

2000-01-13 Thread Uwe Trostheide
Hello Phil, Hm, you could use a kind of config-file, where every object is saved in. every hour the config-file is read again... the city is repainted. i did some stuff like that a couple of month ago...i will have a look if i'll find some sourcecode. Thursday, 13 January 00, you wrote: PD> Hi,

Re: [JAVA3D] Merging java3d environments

2000-01-13 Thread Sivaram Ghorakavi
Hi Phil, Check this out: http://java.sun.com/products/java-media/3D/demos/ YouBuildIt demo is fantastic example and probably on the same lines what u wanted... BOL Sivaram --- Uwe Trostheide <[EMAIL PROTECTED]> wrote: > Hello Phil, > > Hm, you could use a kind of config-file, where every > obj

Re: [JAVA3D] Is Java3D what I'm looking for?

2000-01-13 Thread Daniel Selman
Adam,   Without wanting to do a disservice to Java 3D - I'd suggest that a commercial rendering package may be closer to what you a looking for. If all you need to do is model buildings and render photo realistic (pre-generated) walk-throughs you will get far more bang-for-your-buck if you p

Re: [JAVA3D] Use of Slider Bars

2000-01-13 Thread Andrew Phelps
-Original Message- From: Andrew Phelps [mailto:[EMAIL PROTECTED]] Sent: 13 January 2000 09:01 To: Discussion list for Java 3D API Subject:RE: [JAVA3D] Use of Slider Bars Alex, I posted this on the list about 7 months ago. The example contains a 3D scene controlled by th

Re: [JAVA3D] Is Java3D what I'm looking for?

2000-01-13 Thread Uwe Trostheide
Hello Adam, Thursday, 13 January 00, you wrote: AE> Please excuse me if this is a stupid question, but AE> I work for an architect firm and we're interested in modelling concept AE> buildings on computer to help our clients visualise the interior of AE> buildings. Crucially, they should be

Re: [JAVA3D] Is Java3D what I'm looking for?

2000-01-13 Thread giles
Couple of things to think about: What package are you doing the architectural modeling in(Autocad, Microstation...) You will likely want to got this data into your Java3D program. Are you modeling in 2D or 3D. It's very hard to get a complete model from a 2D plan... If you allow changes to t

[JAVA3D] Running Java3D Apps in IE/Netscape...

2000-01-13 Thread Sivaram Ghorakavi
Guys, When I try to run my Java3D application in IE it's failing to look for the Java3D classes and raising exceptions... How do I run applet with java3d classes in IE/Netscape??? What am I missing here any help appreciated Thanx Sivaram.

[JAVA3D] How to react to the end of the rendering of an animation

2000-01-13 Thread Jimmy Talbot
Hi, I have a fairly large geometry being animated on screen with a Path Interpolator. When the geometry reaches the end of the path, I want to overlay a component on top of it. The way I do it now is by subclassing the Interpolator and in my Interpolator.processStimulus() method I verify when th

[JAVA3D] Computer Virus Alert!

2000-01-13 Thread Michael Wu
Greetings, [EMAIL PROTECTED] I thought you would be interested in knowing about this computer virus... Virus Name: W32/NewApt.worm Virus Characteristics: This worm has been reported to AVERT in several countries during the week of December 13, 1999. The file may be received by email with a size

[JAVA3D] Background node specification

2000-01-13 Thread Mike Gardner
I am having a problem understanding the specification of the Background node. My application displays a real landscape. "Close" objects are displayed via the scene graph in the normal way. I intend to display objects (such as mountains) that are further away than the back clip distance via a Ba