Re: [JAVA3D] DnD and Canvas3D

2000-03-09 Thread Julian
you have to close the drag-n-drop handle for it to work more than once. (dropFinish() or something like that) -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Olivier fillon Sent: Wednesday, March 01, 2000 10:48 PM To: [EMAIL PROTECTED] Subj

Re: [JAVA3D] Hints on Notebooks & OpenGL???

2000-03-09 Thread Steve Pietrowicz
I have a pretty decked out Dell Inspirion 7500 with the same 3D card, and all the Java 3D stuff I've tried with it so far seems to work OK. What are you seeing? I haven't seen any other drivers for this machine yet.. Steve Neil Daniels wrote: > I've just received a Dell Inspiron 5000. Nice u

Re: [JAVA3D] browser

2000-03-09 Thread Demetrius Comes
Hello all, Has anyone else had problems getting textures to work on I.E.. I have a J3D applet that using a jpg file for it's texture. A simple box spinning, I get the texture with hot Java and Netscape only Microsloth seems to have this problem. I am using the standard Java script to detect bro

Re: [JAVA3D] DnD and Canvas3D

2000-03-09 Thread Julian
hi alex, "it works only one time", this reminds me of the problems i had. during drag-and-drop with java it is important to call certain functions, or you will crash your (virtual or physical) machine. for example, if you do not call dropFinish (or what was its name) at the end of the dnd operat

Re: [JAVA3D] j3d.org? what is happenning?

2000-03-09 Thread Steve Pietrowicz
HI everyone, Scott, sorry you ran into problems. I e-mailed you directly about this...I don't think it made it to the list. A few things have been going on at j3d.org, including a new revamp of the FAQ (not in place yet) and tutorials that have been added. As usual, if people have things they'

Re: [JAVA3D] Bug? InputStream kills KeyListener

2000-03-09 Thread Casteel, Don
Just to let those of you who tried to help me out with this one, I finely found the problem, and boy do I feel dumb now : ) I thought I'd post my findings in hopes it may keep someone else from spending hours fighting the same issue. My keyListener object is attached to the Canvas3D. I was r

Re: [JAVA3D] j3d.org? what is happenning?

2000-03-09 Thread Justin Couch
(let's see if my response makes it this time - the other message only took 2 days to turn up, and none of the previous replies did!) Gregory Hopkins wrote: > I don't know about j3d.org, nothing much seems to be happening. There's plenty happening. Just need to dig around the site a bit. We're c

Re: [JAVA3D] Graphical tool

2000-03-09 Thread Osborne, Richard N
3D Studio MAX is one of the best ($2999 commercial). Rhino 3D is also a great modeler tool. There are also some modeling tools developed using Java 3D out there and a lot of other stuff -Original Message- From: Malguy, Eric G. [SMTP:[EMAIL PROTECTED]] Sent:

Re: [JAVA3D] Capturing the Canvas3D: High resolution printing

2000-03-09 Thread Julian
hi göran, if you have a *printed picture* of the physical size 1 x 1 inch with 300 dpi, then the *image in memory* is simply of size 300 x 300 dots (=pixels), because "dpi" means "dots per inch". what size do you want to print? say you want to print 15 inch times 10 inch with 800 dpi, then you j

Re: [JAVA3D] Interpolators

2000-03-09 Thread Hardy Henneberg
Anders Breivik wrote: > Hello, > > Does anyone know how to use Interpolators such that an animation > happens only once. I've tried setting different values for the loopcount, > but its not working properly. A loop cout of 1 will only show the first and > very last frame of the animation. > > For

[JAVA3D] J3D on IRIX

2000-03-09 Thread Andrew Kimsey
Is anyone out there running J3D on IRIX (SGI machines)? I'm getting a Java crash (thread and monitor dump) when I run one of the demos. It is choking on: GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration(); My main problem is that I developed an app on a Windows NT

Re: [JAVA3D] DnD and Canvas3D

2000-03-09 Thread Olivier fillon
>Hello, > >Are here someone who tried to DnD to the Canvas3D? >I have my own class that extends Canvas3D and implements >DropTargetListener > >This canva is mixed with the swing components >and if the cursor enters canva then the JRE together with the IE hangs > >I succeed

[JAVA3D] initializing java3d for 1600x1024

2000-03-09 Thread Jimmy Talbot
Hi, I'm using an SGI Visual Workstation, which has a monitor size of 1600x1024 pixels. I know Java3D 1.2b starts up properly initialized, but in Java3D 1.1.3 everything is stretched horizontally. How do I get it to initialize properly? Thanks Jimmy =

Re: [JAVA3D] Out of memory :(

2000-03-09 Thread Olivier fillon
You probably just need to increase the available space for your java VM; I have a far more complex scene than 50 cylinders and java3d itself is not the problem: experiment with the" java -ms<> -mx<>" parameters, on my app I need to use -ms60m -mx256m Olivier FillonMinestar Project [EMAIL PROT

Re: [JAVA3D] java consolle in IE

2000-03-09 Thread Julian
yes there is a java console in IE, there even is a log file. you can enable both under ie's advanced options, section "java". you have to restart IE for it to work. afterwards, you can open the console from the "view" menu, and you will find the log file somewhere under the c:\windows folder (i th

Re: [JAVA3D] Moving a transform3D in the direction it is facing

2000-03-09 Thread Vincent Erickson
I'd like to see this one answered, as I'm having the same problem, which is how to position a 3D object relative to the existing ViewPlatform, such that it seems to stay just ahead of the moving, rotating ViewPlatform. -Original Message- From: Ron Surratt [mailto:[EMAIL PROTECTED]] Sent:

Re: [JAVA3D] Interface Problem

2000-03-09 Thread Fabio Roberto de Miranda
Hi I'm anything but a pro in Java/J3D, but I think I can help you. It seems to me that your problem is arranging the canvas3d and common GUI components (Buttons, choice boxes, etc) inside your graphical interface and making them communicate with each other (that is, the input fro

[JAVA3D] Banshee

2000-03-09 Thread Miguel Tsuboyama
Hi... I don't know if someone has already ran a java3d app. with a WinNT and a Banshee card... I had ran some demos from 3dfx and they executed successfully... but, when I ran some java3d app. it calls the opengl api but renders via software... Really, I don't know what's the matter... Please

[JAVA3D] Java 3D plugin

2000-03-09 Thread Yarden Mininberg
Hello everyone,I finish to develop product (web 3D application) that use Java 3D. Right =now I like to start run it on several Beta's. Do you know if there is a =way to create plug-in that not include all the Java 3D components (I =just use ~10%) of all the package. How do I do it and suppor

Re: [JAVA3D] Banshee

2000-03-09 Thread j h
hi, i have a 3dfx banshee. is there any way i can turn off hardware acceleration and just use software rendering for opengl as none of my opengl programs work any more (they worked fine with software rendering) currently i cannot even run the demo programs with the java3d distro (i get a security

[JAVA3D] Interfacing trackers with J3D application.

2000-03-09 Thread Prashant
Dear all, I'm working on interfacing Trackers and Hand Gloves with the java3D. I know that J3D provides an interface InputDevice, which is to be implemented to support the device(s). But how does it communicates with the driver of the device. Also the library of the device is of some use or not

[JAVA3D] how to remove transformgroup ?

2000-03-09 Thread SUBSCRIBE JAVA3D-INTEREST peter
hi all if i want to remove the transformgroup (that is attached to the Branch group) then how to do? thx === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST".

[JAVA3D] My own behavior

2000-03-09 Thread Alex
Hello, I have BG and TG as a child of the BG. So Id like to be notified when Transform3D of the TG is changed To do this I wrote the following code and add it to the BG as a child with TG as an input parameter // import java.util.Enumer

Re: [JAVA3D] browser

2000-03-09 Thread Fahad Aziz
Hello Cut Paste the following code in Your HTML file.and replace the name of the class files and the jar flie. My class file name is = MainScreen.class and jar file name is .= theGame3D.jar Hope it helps. This code runs on both IE and Netscape. fahad