[JAVA3D] Compiled libs for Image loading

1999-12-28 Thread Chris Wewerka
There was a topic some time ago, about faster image (texture) loading in java. I want to change the TextureLoader not to use the awt image-loading mechanism..(and not doing some stuff like thread.sleep(100) while loading...uaahhh) AWT is slow (and doesnt free image memory even if the image data is

[JAVA3D] Application with Java 3D ?

1999-12-28 Thread Claude Fuhrer
Hello is it possible to write an application (not an applet) which use java3D ? If yes, can somebody give me a pointer to a simple code fragment ? (for example an applic which draw a cube) thank you for your help ! claude

Re: [JAVA3D] Application with Java 3D ?

1999-12-28 Thread Hardy Henneberg
Claude Fuhrer wrote: > Hello > > is it possible to write an application (not an applet) which use java3D > ? If yes, can somebody give me a pointer to a simple code fragment ? > (for example an applic which draw a cube) > > thank you for your help ! > > claude > >

Re: [JAVA3D] 2½D perspective

1999-12-28 Thread Hardy Henneberg
Sivaram Ghorakavi wrote: > Hi Hardy, > > I am very new to Java3D and doing some small > assignment on the simillar lines that you mentioned. > I've few questions... > > 1. The 3D model, pool, is that first desigend using > any 3D modeling tool or you hand coded??? > > 2. What are the steps, in te

[JAVA3D] Flattened Model When using Dual Monitor Display

1999-12-28 Thread Dean Keeler
Hi,   I am hoping someone can help me.  I have an application that creates a virtual world using a vrml file.  I need to run it on a system that uses a 2 monitor display.  Using a 2 monitor display I can set my display resolution to 2048 x 768.  When I run my application on this system, the

Re: [JAVA3D] JAVA3D RUNNING IN JBUILDER3

1999-12-28 Thread Patrick van Bergen
Hello  Chen Lu,   The files are not .JAR files, but .DLL files, thus they do not involve the CLASSPATH. I solved this problem by copying the required files (J3D.DLL and J3Daudio.DLL) from their location in the JDK directory to their equivalent in the JBuilder directory structure:   I.e., i co

Re: [JAVA3D] Compiled libs for Image loading

1999-12-28 Thread Daniel Selman
Chris, I can built a DLL for you if you send me the files. Sincerely, Daniel Selman [EMAIL PROTECTED] http://www.tornadolabs.com -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Wewerka Sent: 28 December 1999 03:53 To: [EMAIL PROTE

Re: [JAVA3D] JAVA3D RUNNING IN JBUILDER3

1999-12-28 Thread Olivier fillon
What Patrick wrote is right, the other way to solve this problem is not to use the default JBuilder jdk but point JBuilder to use your own jdk ...where j3d is already installed 2 ways but one result: it works well within JBuilder Olivier JBuilder fan...well user;-)Olivier FillonMinesta

[JAVA3D] Visible of VRML nodes not consistent

1999-12-28 Thread Dean Keeler
Hi,   I have an application that loads in a VRML file.  Whenever I manipulate the model by rotating it, zooming in on it, etc, the model starts hiding and showing different VRML nodes.  Some nodes that should show behind other nodes that are in the foreground are showing in front.  How can I

[JAVA3D] DND and Java3d

1999-12-28 Thread Ricardo Giron
Hi group i'm new to java3d I am trying to drag a box and drop it in a 3d environment. I decided, since i know what are the drop positions, to use Switches . But i dont know in what Switch it drops, all I know is that it has been dropped to the Canvas3D could somebody out there give me a hint in h

[JAVA3D] SunRay 1

1999-12-28 Thread Carlos Proal
Hi, maybe some dont receive this mail, sorry if you already have it Any of you know if its possible to run Java3D in a SunRay 1 Enterprise Appliance ??; and if this is possible, what about lost performance, speed, etc... I know that previous versions required Creator and Elite 3D Chips, but t

[JAVA3D] JBUILDER3 CAN BUT IE CAN NOT

1999-12-28 Thread Chen Lu
Hi. A sample can running in Jbuilder3(appletviewer) but happen errors on IE. That sample is EarthApp.java  on java3d tutorial. I guess when load the Earth.jpg that error happen.I dont know why.The Earth.jpg is in same directory. I using IE5 and Netscape 4.6.Does that can not load image with

Re: [JAVA3D] BUILDER3 CAN BUT IE CAN NOT

1999-12-28 Thread eyasuyuki
Hi Chen Lu. > I using IE5 and Netscape 4.6.Does that can not load image with > TextureLoader? Try it. http://www.javaopen.org/j3dbook/examples/EarthApplet/EarthApplet.java http://www.javaopen.org/j3dbook/examples/EarthApplet/EarthApplet.html http://www.javaopen.org/j3dbook/examples/EarthApplet/

[JAVA3D] Java3D in JBuilder 2

1999-12-28 Thread Eric Arnold
Does anyone know if it is possible to write (and run) Java3D programs in JBuilder 2? I tried setting up the default compiler as my jdk 1.2.2 where I installed the Java3D stuff. Thanks for your help Eric === To unsubscribe,

Re: [JAVA3D] Java3D in JBuilder 2

1999-12-28 Thread Olivier fillon
Is definitively possible: I have used JBuilder since the beginning of my Java 3D project and have always managed to both: write compile and run from within JBuilder. Please be more specific as to which problem you got and i may be able to help. olivier Olivier FillonMinestar Project [EMAIL PR