[JAVA3D] New Java 3D/Networking Games Programming Chapters online

2003-07-29 Thread á͹´ÃÙÇì à´ÇÔÊѹ (Andrew Davison)
Dear All, I've been working on a book tentatively called: Java Programming Techniques for 2D, 2.5D, 3D, and Network Games http://fivedots.coe.psu.ac.th/~ad/jg/ I've just finished putting the networking chapters online, which end with a 3D networked 'world' example using Java 3D. Please visi

Re: [JAVA3D] Resizing Canvas3D

2003-07-29 Thread Mark Hood
> Date: Tue, 29 Jul 2003 04:28:36 -0400 > From: Ian M Nieves <[EMAIL PROTECTED]> > > However, when I call getImagePlateToVworld(...) directly after the resize, > sometimes I do not get a correct transform. > > WHAT is the best way to get this information after the Canvas3D is > resized?? I

Re: [JAVA3D] Animating body

2003-07-29 Thread John Wright
Probably your difficulty is that something else is setting (transforming) the LegTG and thus overwriting the RotInt changes. - John Wright Starfire Research Botha Levente wrote: Hi I know that this is borring already but please tell me (somebody) why doesn't rotates that interpolators i add to my

Re: [JAVA3D] run j3d program on Mac?

2003-07-29 Thread Kevin Glass
I'm afraid thats not currently possible. There is no Java3D port for MacOS. Kev Lan Wu-Cavener wrote: Hi, I would like to know if it is possible to run a java3D program on Mac? and how to do it if the answer is yes. Thanks! Lan Lan Wu-Cavener Dept. of Landscape Architecture ===

[JAVA3D] run j3d program on Mac?

2003-07-29 Thread Lan Wu-Cavener
Hi, I would like to know if it is possible to run a java3D program on Mac? and how to do it if the answer is yes. Thanks! Lan Lan Wu-Cavener Dept. of Landscape Architecture === To unsubscribe, send email to [EMAIL PROTECTED]

[JAVA3D] very strange behavior

2003-07-29 Thread McCormick, Brian
Hello All, I moved my Java 3d code from a PC to a SUN. On the SUN, when I move the mouse over the scene, the objects in the scene repeatedly disappear and reappear. My guess is the mouse movement is causing the scene to be redrawn. I'm not sure why though. Right now, I do have a mouse adapter

Re: [JAVA3D] SGI-Sun OpenGL-Java announcement

2003-07-29 Thread Alessandro Borges
The point is that binaries and jar be distributed in the JRE/Plug-In. It is, the 3D API not be a "extension", but be part of J2SE distribution as JavaSound and Java2D already are. Or a automatic update through Java Plug-in panel. If Sun wants Java on desktop, as games and a new kind o

Re: [JAVA3D] Java 3D and VTK

2003-07-29 Thread R K Shyamprakash
Richard, My code is part of a bigger project which has more than 60 classes. However I will try to build a 1 or 2 class program which will reproduce this problem. I will get back to you soon. Thanks for the response. regards Shyam -Original Message- From: Discussion list f

Re: [JAVA3D] Java 3D and VTK

2003-07-29 Thread Richard Smith - Systems Engineer - Melbourne
I have used VTK with Java occasionally myself, but a testcase that reproduces the problem is really required to make sensible progress. On Tue, 2003-07-29 at 16:35, R K Shyamprakash wrote: > Hello, > Has anybody used Visualization Toolkit(VTK) with Java(ref: www.vtk.org). I > am using it c

[JAVA3D] Resizing Canvas3D

2003-07-29 Thread Ian M Nieves
Hello All, I have a 3D user interface component in my 3d scene, and I have put it in such a place that it is sort of overlayed on my 3d scene. It is overlayed in the lower right hand corner of the screen. I want the component to always be in the same position relative to the lowere right hand co

Re: [JAVA3D] Animating body

2003-07-29 Thread Botha Levente
Hi I know that this is borring already but please tell me (somebody) why doesn't rotates that interpolators i add to my transformgorups at other place then createSceneGraph method? So i will describe the situation again: I could successfully add and interpolator to my class (here is a simple ske