Re: [JAVA3D] program installation - Step by step instructions

2000-11-08 Thread J. Lee Dixon
m lighting are generated using the Material of the appearance, so those colors must be set as well. =A0 -Lee -Original Message- From: Bob Gray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 2:21 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] program installation - St

Re: [JAVA3D] program installation - Step by step instructions

2000-11-08 Thread John Wright
Bob, Double check that you have lights and that they are properly lighting the sphere in question (ie make sure the light's influencing bounds are big enough). Of course this also depends on what kind of an appearance you've given the sphere. - John Wright Starfire Research > Bob Gray wrote: >

Re: [JAVA3D] program installation - Step by step instructions

2000-11-08 Thread Bob Gray
Title: RE: [JAVA3D] program installation - Step by step instructions I am using the Sphere util. class to create spheres.     Sphere S1 = new Sphere(sphereRadius);     S1.setCapability(Sphere.ENABLE_APPEARANCE_MODIFY);     S1.setAppearance(sphereAppearance);     TG1.addChild(S1

Re: [JAVA3D] program installation - Step by step instructions

2000-11-01 Thread Bobby Martin
"Stanley, Robert" <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] program installation >Date: Wed, 1 Nov 2000 09:23:13 -0500 >MIME-Version: 1.0 >Received: from [204.160.241.38]

Re: [JAVA3D] program installation

2000-11-01 Thread Stanley, Robert
(Continued, part 2) In addition to j3d.dll and jvm.dll, it may be necessary to copy those other .dll files from JRE\bin and elsewhere in the JRE folder into the same folder where the batch file is, although, for some reason, I've never needed anything but j3d.dll and jvm.dll. Rob ==

Re: [JAVA3D] program installation

2000-11-01 Thread Stanley, Robert
t;experience... >Yan Laporte >DMI >University of Sherbrooke >Canada >[EMAIL PROTECTED] >From: "Stanley, Robert" <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] program i

Re: [JAVA3D] program installation

2000-11-01 Thread Yan Laporte
o: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] program installation >Date: Wed, 1 Nov 2000 09:23:13 -0500 >MIME-Version: 1.0 >Received: from [204.160.241.38] by hotmail.com (3.2) with ESMTP id >MHotMailBBC976510076D820F3E3CCA

Re: [JAVA3D] program installation

2000-11-01 Thread Stanley, Robert
(Continued) Oops. I meant "j3d.dll", not "java3d.dll". Also, both j3d.dll and jvm.dll are located somewhere inside the JRE folder. Rob === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the mess

Re: [JAVA3D] program installation

2000-11-01 Thread Stanley, Robert
Yes, the JRE can be installed with your application. Just download the JRE from java.sun.com as well as the Java3D_For_JRE from java.sun.com. Install both on your computer. Then copy the JRE folder into your application folder. Then set up a batch file with the following text: JRE\bin\java -cp .

Re: [JAVA3D] program installation

2000-10-31 Thread Biswajit Ghoshal
er 01, 2000 7:55 AM > To: [EMAIL PROTECTED] > Subject: [JAVA3D] program installation > > Dear all, > > I made a program with Java3D 1.2 for my thesis. My Professor > asked me if he could install the program in his computer along with > the java run >

Re: [JAVA3D] program installation

2000-10-31 Thread Shlomo Hershkop
visual j++ on windows has something like that which can generate .exe for java programs. I personally haven't been able to get the java3d program to compile under vj++, although i can import the libraries so that the ide integrates them (ie typing geometrycompression. will bring up the sub methods

[JAVA3D] program installation

2000-10-31 Thread Tiza Asterinadewi
Dear all, I made a program with Java3D 1.2 for my thesis. My Professor asked me if he could install the program in his computer along with the java run time environment, so he wanted just one time installation.. all in one pack (my program and jvm), like what Visual Basic