[JAVA3D] How to make a 3D prototype out of 2D picture?

2000-11-16 Thread Biswajit Ghoshal
Hello, Suppose I have a photo (.jpg, or .gif etc.), for example, of a shoe. Now, I want to have a program which will make me a 3D prototype of the shoe. I want to see the shoe from different angles, which I'll define by using the arrow keys. One obvious constraint is that the view of the shoe

Re: [JAVA3D] WIN2000 applet vs. application

2000-11-13 Thread Biswajit Ghoshal
Hi Demitrius, Hmmm - while installing, the default prompts of the set-up doesn't give a clean installation !! Also, did you install both of J3D SDK, and RTE? For J3D, unlike Java, the RTE needs to be installed separately. Again, while installing J3D RTE, you'll have to change the default directo

[JAVA3D] FW: [JAVA3D] Color interpolation for all the Point3f question

2000-11-06 Thread Biswajit Ghoshal
Also replace 1/4 by 3, 3/4 by B (while replacing 1 by F) replace 1/4 by 44, 3/4 by CC (while replacing 1 by FF)... > -Original Message- > From: Biswajit Ghoshal > Sent: Monday, November 06, 2000 4:19 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [JA

Re: [JAVA3D] Color interpolation for all the Point3f question

2000-11-05 Thread Biswajit Ghoshal
Hi David, What is the equation between x, y and z? This is a typical problem of curve-fitting. You must know z's highest and lowest values (even if they are +/- infinities), which will correspond to 1 and 0 values of R; and 0 and 1 for B; G will always be 0. Also z's values will be directly pro

Re: [JAVA3D] program installation

2000-10-31 Thread Biswajit Ghoshal
Hi Tiza, Java is platform independent (unlike VB). What you are asking, is contradictory to the concept of platform independence. Once you compile your program and create .class -files - you can run it on any JRE or JVM. The workaround would be to do the installation of JRE and copying of the

[JAVA3D] "Java web server" - page

2000-10-22 Thread Biswajit Ghoshal
Hi, I am sending this to here because I don't know what is the mail-id of the java.sun.com web-master. >From the pull-down in the said web-page, when I am selecting "java web server" - it is giving the typical "server not found/responding" - error, since last Friday. I need to know the full de

Re: [JAVA3D] Question of multi-user cyberspace

2000-10-13 Thread Biswajit Ghoshal
Hi Martin, 1. That'll be all of rework - I suggest you put Cosmo or Blaxxun in your distribution package with due acknowledgement. 2. Very good question - but I don't know the answer - and would like to know from the senior experts in this list. 3. Welcome to my boat !!! Sometime back Ms. Mir

Re: [JAVA3D] Invitation for the Java3D MMORPG mail list

2000-10-09 Thread Biswajit Ghoshal
Hi, Please count me in for your Java3D MMORPG list... Thanks & Regards, Biswajit > -Original Message- > From: Ice Bone [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, October 07, 2000 7:40 AM > To: [EMAIL PROTECTED] > Subject: [JAVA3D] Invitation for the Java3D MMORPG mail list > > Hi

[JAVA3D] Problem with Java 3D installation

2000-09-28 Thread Biswajit Ghoshal
Hello everyone, I have installed Java 1.3, Open GL from Microsoft, and then Java 3D (in the same directory of Java 1.3, i.e. in c:\jdk1.3\ directory) successfully in my system (NT 4.0 workstation). When I tested Java installation running SimpleExample.jar, it ran perfectly. But while I tried to t