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
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
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
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
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'
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
(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
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:
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
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
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
>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
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
=
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
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
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:
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
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
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
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
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
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".
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
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