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
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.
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
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
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
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
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