Re: [JAVA3D] Networked Rendering...

2002-03-24 Thread Philip Wong
WOW! Thanks for the info. I definitly will try it out. I am also trying out another cluster topology that resembles an assembly line, trying to relief the load on the master node. Does it make much sense? tia, pw === To uns

[JAVA3D] loading data from a txt file

2002-03-24 Thread Grace S
Hi, I am using ObjectFile to load a file called "cube.obj" (this is a simple txt file that has been created using notepad). This file contains information about the cube. Is the following the correct format of the information contained in such a file. v 1.0 1.0 1.0 v -1.0 1.0 1.0 v -1.0 -1.0 1.

[JAVA3D] 100% CPU ??!?

2002-03-24 Thread Toby Stephens
Hi guys I'm running a very small app using java 3D, and although movement through the scene is reasonably smooth and I can also use other windows apps happily, the taskmanager is registering 100% cpu usage. Is this normal, or is my code complete poo :) ? Cheers

[JAVA3D] Intersection Point

2002-03-24 Thread Andreas Bauer
Hallo, I have added a huge plane to the scenery. When the user picks this plate, I need the coordinates of the Intersection of the Plane with the PickRay. I am using PickCanvas to do the oicking. When I get a PickResult, I am calling getIntersection(int index) with index 0 to get the PickInterse

[JAVA3D] Test program for - "Random" parts of Shape3D disappearing when clipped

2002-03-24 Thread Cristian Tota
Regarding the Shape3D clipping problem, with random parts of the Shape3D disappearing. I've made a test program that you can run and see the weird effects. All you have to do is run the archive I've attached, compile and run the program.   Try playing with the two clipping planes, especiall

[JAVA3D] GDC

2002-03-24 Thread David Yazel
We have a writeup on our site from our experiences at the Game Developer's Conference this last week. Java3d got a lot of good press throughout the conference and we were really pleased to be a part of it. Thanks goes out to Doug Twilleager from Sun who helped us get our demo to work on Solaris

[JAVA3D] Strange error of Java3D 1.3.1_02

2002-03-24 Thread SUBSCRIBE JAVA3D-INTEREST clsiu
Dear All, My program contain a Java swing panel, and a Java3D canvas3D. I tried to add the 3D part which is extended to be an Applet onto the mainframe using JMainFrame, and I got the contentPane to hold my panel also. In that there is also a button to set the visibility of the panel,ie,whe